Kconfig 722 B

123456789101112131415161718192021222324252627282930
  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 MIPS_ACPI
  15. bool
  16. default y if LOONGSON_MACH3X
  17. config CPU_HWMON
  18. tristate "Loongson CPU HWMon Driver"
  19. depends on LOONGSON_MACH3X
  20. select HWMON
  21. default y
  22. help
  23. Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
  24. endif # MIPS_PLATFORM_DEVICES