1# SPDX-License-Identifier: GPL-2.0-or-later 2# 3# Uniwill X86 Platform Specific Drivers 4# 5 6menuconfig X86_PLATFORM_DRIVERS_UNIWILL 7 bool "Uniwill X86 Platform Specific Device Drivers" 8 depends on X86_PLATFORM_DEVICES 9 help 10 Say Y here to see options for device drivers for various 11 Uniwill x86 platforms, including many OEM laptops originally 12 manufactured by Uniwill. 13 This option alone does not add any kernel code. 14 15 If you say N, all options in this submenu will be skipped and disabled. 16 17if X86_PLATFORM_DRIVERS_UNIWILL 18 19config UNIWILL_LAPTOP 20 tristate "Uniwill Laptop Extras" 21 default m 22 depends on ACPI 23 depends on ACPI_WMI 24 depends on ACPI_BATTERY 25 depends on HWMON 26 depends on INPUT 27 depends on LEDS_CLASS_MULTICOLOR 28 depends on DMI 29 select REGMAP 30 select INPUT_SPARSEKMAP 31 help 32 This driver adds support for various extra features found on Uniwill laptops, 33 like the lightbar, hwmon sensors and hotkeys. It also supports many OEM laptops 34 originally manufactured by Uniwill. 35 36 If you have such a laptop, say Y or M here. 37 38endif 39