Kconfig 824 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # LoongArch Platform Specific Drivers
  3. #
  4. menuconfig LOONGARCH_PLATFORM_DEVICES
  5. bool "LoongArch Platform Specific Device Drivers"
  6. default y
  7. depends on LOONGARCH
  8. help
  9. Say Y here to get to see options for device drivers of various
  10. LoongArch platforms, including vendor-specific laptop/desktop
  11. extension and hardware monitor drivers. This option itself does
  12. not add any kernel code.
  13. If you say N, all options in this submenu will be skipped and disabled.
  14. if LOONGARCH_PLATFORM_DEVICES
  15. config LOONGSON_LAPTOP
  16. tristate "Generic Loongson-3 Laptop Driver"
  17. depends on ACPI
  18. depends on BACKLIGHT_CLASS_DEVICE
  19. depends on INPUT
  20. depends on MACH_LOONGSON64
  21. select ACPI_VIDEO
  22. select INPUT_SPARSEKMAP
  23. default y
  24. help
  25. ACPI-based Loongson-3 family laptops generic driver.
  26. endif # LOONGARCH_PLATFORM_DEVICES