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 <wse@tuxedocomputers.com> Reported-by: Randy Dunlap <rdunlap@infradead.org> Closes: https://lore.kernel.org/all/a1d9134f-0567-4a53-a1e7-a55cd6b189a9@infradead.org/ Link: https://lore.kernel.org/r/20250512125450.31072-1-wse@tuxedocomputers.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
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)