Kconfig 1.0 KB

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