Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # MIPS Platform Specific Drivers
  4. #
  5. menuconfig MIPS_PLATFORM_DEVICES
  6. bool "MIPS Platform Specific Device Drivers"
  7. default y
  8. depends on MIPS
  9. help
  10. Say Y here to get to see options for device drivers of various
  11. MIPS platforms, including vendor-specific netbook/laptop/desktop
  12. extension and hardware monitor drivers. This option itself does
  13. not add any kernel code.
  14. If you say N, all options in this submenu will be skipped and disabled.
  15. if MIPS_PLATFORM_DEVICES
  16. config CPU_HWMON
  17. bool "Loongson-3 CPU HWMon Driver"
  18. depends on MACH_LOONGSON64
  19. select HWMON
  20. default y
  21. help
  22. Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
  23. config RS780E_ACPI
  24. bool "Loongson RS780E ACPI Controller"
  25. depends on MACH_LOONGSON64 || COMPILE_TEST
  26. help
  27. Loongson RS780E PCH ACPI Controller driver.
  28. config LS2K_RESET
  29. bool "Loongson-2K1000 Reset Controller"
  30. depends on MACH_LOONGSON64 || COMPILE_TEST
  31. help
  32. Loongson-2K1000 Reset Controller driver.
  33. endif # MIPS_PLATFORM_DEVICES