platform/x86: msi-laptop depends on SERIO_I8042
authorRandy Dunlap <randy.dunlap@oracle.com>
Sun, 23 May 2010 23:33:17 +0000 (16:33 -0700)
committerMatthew Garrett <mjg@redhat.com>
Tue, 3 Aug 2010 13:48:44 +0000 (09:48 -0400)
commit81f61484f16decba0fb68400fe0036b337b4cdc7
tree135f350316d33a4b01232ac1d62dfe644e0745de
parentf35843ed8d17562f7c5da4b34a4a81b0cc450e9e
platform/x86: msi-laptop depends on SERIO_I8042

msi-laptop uses i8042_*() interfaces, so it should depend on
SERIO_I8042.  E.g., when SERIO_I8042=m and MSI_LAPTOP=y:

msi-laptop.c:(.text+0x18a7fe): undefined reference to `i8042_install_filter'
msi-laptop.c:(.init.text+0xd69d): undefined reference to `i8042_remove_filter'
msi-laptop.c:(.exit.text+0x19c3): undefined reference to `i8042_remove_filter'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Cc: Lennart Poettering <mzxreary@0pointer.de>
drivers/platform/x86/Kconfig