Kconfig 1017 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. help
  9. Say Y here to get to see options for device drivers of various
  10. MIPS platforms, including vendor-specific netbook/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 MIPS_PLATFORM_DEVICES
  15. config CPU_HWMON
  16. bool "Loongson-3 CPU HWMon Driver"
  17. depends on MACH_LOONGSON64
  18. select HWMON
  19. default y
  20. help
  21. Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
  22. config RS780E_ACPI
  23. bool "Loongson RS780E ACPI Controller"
  24. depends on MACH_LOONGSON64 || COMPILE_TEST
  25. help
  26. Loongson RS780E PCH ACPI Controller driver.
  27. config LS2K_RESET
  28. bool "Loongson-2K1000 Reset Controller"
  29. depends on MACH_LOONGSON64 || COMPILE_TEST
  30. help
  31. Loongson-2K1000 Reset Controller driver.
  32. endif # MIPS_PLATFORM_DEVICES