Kconfig 668 B

123456789101112131415161718192021222324252627
  1. #
  2. # MIPS Platform Specific Drivers
  3. #
  4. menuconfig MIPS_PLATFORM_DEVICES
  5. bool "MIPS Platform Specific Device Drivers"
  6. default y
  7. help
  8. Say Y here to get to see options for device drivers of various
  9. MIPS platforms, including vendor-specific netbook/laptop/desktop
  10. extension and hardware monitor drivers. This option itself does
  11. not add any kernel code.
  12. If you say N, all options in this submenu will be skipped and disabled.
  13. if MIPS_PLATFORM_DEVICES
  14. config CPU_HWMON
  15. tristate "Loongson CPU HWMon Driver"
  16. depends on LOONGSON_MACH3X
  17. select HWMON
  18. default y
  19. help
  20. Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
  21. endif # MIPS_PLATFORM_DEVICES