1. 12 May, 2014 1 commit
    • Arnd Bergmann's avatar
      Input: fix ps2/serio module dependency · 0a4ac2ea
      Arnd Bergmann authored
      The ps2 mouse and keyboard drivers use the "serio" framework that they
      correctly select in Kconfig, and that in turn depends on the i8042 driver,
      which is also allowed to be disabled for architectures that don't have an
      i8042.
      
      However, Kconfig also allows i8042 to be built as a module while
      the serio framework is built-in, which causes this link error:
      
      drivers/built-in.o: In function `ps2_begin_command':
      :(.text+0x26b6cc): undefined reference to `i8042_check_port_owner'
      :(.text+0x26b6d4): undefined reference to `i8042_lock_chip'
      drivers/built-in.o: In function `ps2_end_command':
      :(.text+0x26b734): undefined reference to `i8042_check_port_owner'
      :(.text+0x26b73c): undefined reference to `i8042_unlock_chip'
      
      On x86, a specific 'select SERIO_I8042' takes care of it, but
      not on the other architecture that potentially have a i8042.
      
      This patch changes the Kconfig logic to ensure that whenever
      there is an i8042, it does get used for the serio driver, avoiding
      the link error above.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      0a4ac2ea
  2. 05 May, 2014 1 commit
  3. 25 Apr, 2014 3 commits
  4. 24 Apr, 2014 1 commit
  5. 23 Apr, 2014 2 commits
  6. 20 Apr, 2014 5 commits
  7. 19 Apr, 2014 7 commits
  8. 03 Apr, 2014 2 commits
  9. 31 Mar, 2014 3 commits
  10. 30 Mar, 2014 7 commits
  11. 29 Mar, 2014 2 commits
  12. 28 Mar, 2014 6 commits