提交 81f61484 编写于 作者: R Randy Dunlap 提交者: Matthew Garrett

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: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NMatthew Garrett <mjg@redhat.com>
Cc: Lennart Poettering <mzxreary@0pointer.de>
上级 f35843ed
...@@ -151,6 +151,7 @@ config MSI_LAPTOP ...@@ -151,6 +151,7 @@ config MSI_LAPTOP
depends on ACPI depends on ACPI
depends on BACKLIGHT_CLASS_DEVICE depends on BACKLIGHT_CLASS_DEVICE
depends on RFKILL depends on RFKILL
depends on SERIO_I8042
---help--- ---help---
This is a driver for laptops built by MSI (MICRO-STAR This is a driver for laptops built by MSI (MICRO-STAR
INTERNATIONAL): INTERNATIONAL):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册