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