Skip to content

Commit 9f080c9

Browse files
tuxedo-wseij-intel
authored andcommitted
platform/x86/tuxedo: Prevent invalid Kconfig state
It was possible to create a uncompileable config, because of missing "Depends on" statements in the new Kconfig of the TUXEDO platform driver. Signed-off-by: Werner Sembach <[email protected]> Reported-by: Randy Dunlap <[email protected]> Closes: https://lore.kernel.org/all/[email protected]/ Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 2bd1870 commit 9f080c9

File tree

1 file changed

+2
-0
lines changed
  • drivers/platform/x86/tuxedo/nb04

1 file changed

+2
-0
lines changed

drivers/platform/x86/tuxedo/nb04/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
config TUXEDO_NB04_WMI_AB
99
tristate "TUXEDO NB04 WMI AB Platform Driver"
10+
depends on ACPI_WMI
11+
depends on HID
1012
help
1113
This driver implements the WMI AB device found on TUXEDO notebooks
1214
with board vendor NB04. This enables keyboard backlight control via a

0 commit comments

Comments
 (0)