mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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>
17 lines
515 B
Text
17 lines
515 B
Text
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Copyright (C) 2024-2025 Werner Sembach wse@tuxedocomputers.com
|
|
#
|
|
# TUXEDO X86 Platform Specific Drivers
|
|
#
|
|
|
|
config TUXEDO_NB04_WMI_AB
|
|
tristate "TUXEDO NB04 WMI AB Platform Driver"
|
|
depends on ACPI_WMI
|
|
depends on HID
|
|
help
|
|
This driver implements the WMI AB device found on TUXEDO notebooks
|
|
with board vendor NB04. This enables keyboard backlight control via a
|
|
virtual HID LampArray device.
|
|
|
|
When compiled as a module it will be called tuxedo_nb04_wmi_ab.
|