Skip to content

Commit 283672e

Browse files
Seth ForsheeMatthew Garrett
authored andcommitted
toshiba_acpi: Add dependency on SERIO_I8042
Configuring this option as a module with ACPI_TOSHIBA built-in results in the following errors: drivers/built-in.o: In function `toshiba_acpi_remove': >> toshiba_acpi.c:(.text+0x314bb0): undefined reference to `i8042_remove_filter' drivers/built-in.o: In function `toshiba_acpi_add': >> toshiba_acpi.c:(.devinit.text+0xb822): undefined reference to `i8042_install_filter' >> toshiba_acpi.c:(.devinit.text+0xb98b): undefined reference to `i8042_remove_filter' Add a dependency to prevent ACPI_TOSHIBA from being built-in when SERIO_I8042=m. Reported-by: kbuild test robot <[email protected]> Cc: Azael Avalos <[email protected]> Signed-off-by: Seth Forshee <[email protected]> Signed-off-by: Matthew Garrett <[email protected]>
1 parent 144a19a commit 283672e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/x86/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ config ACPI_TOSHIBA
592592
depends on BACKLIGHT_CLASS_DEVICE
593593
depends on INPUT
594594
depends on RFKILL || RFKILL = n
595+
depends on SERIO_I8042 || SERIO_I8042 = n
595596
select INPUT_POLLDEV
596597
select INPUT_SPARSEKMAP
597598
---help---

0 commit comments

Comments
 (0)