0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # MIPS Platform Specific Drivers
0004 #
0005
0006 menuconfig MIPS_PLATFORM_DEVICES
0007 bool "MIPS Platform Specific Device Drivers"
0008 default y
0009 help
0010 Say Y here to get to see options for device drivers of various
0011 MIPS platforms, including vendor-specific netbook/laptop/desktop
0012 extension and hardware monitor drivers. This option itself does
0013 not add any kernel code.
0014
0015 If you say N, all options in this submenu will be skipped and disabled.
0016
0017 if MIPS_PLATFORM_DEVICES
0018
0019 config CPU_HWMON
0020 bool "Loongson-3 CPU HWMon Driver"
0021 depends on MACH_LOONGSON64
0022 select HWMON
0023 default y
0024 help
0025 Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
0026
0027 config RS780E_ACPI
0028 bool "Loongson RS780E ACPI Controller"
0029 depends on MACH_LOONGSON64 || COMPILE_TEST
0030 help
0031 Loongson RS780E PCH ACPI Controller driver.
0032
0033 config LS2K_RESET
0034 bool "Loongson-2K1000 Reset Controller"
0035 depends on MACH_LOONGSON64 || COMPILE_TEST
0036 help
0037 Loongson-2K1000 Reset Controller driver.
0038
0039 endif # MIPS_PLATFORM_DEVICES