drivers/platform/x86/tuxedo/nb04/Kconfig

Source file repositories/reference/linux-study-clean/drivers/platform/x86/tuxedo/nb04/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/platform/x86/tuxedo/nb04/Kconfig
Extension
[no extension]
Size
515 bytes
Lines
18
Domain
Driver Families
Bucket
drivers/platform
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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.

Annotation

Implementation Notes