1 # SPDX-License-Identifier: GPL-2.0-only
3 # MIPS Platform Specific Drivers
6 menuconfig MIPS_PLATFORM_DEVICES
7 bool "MIPS Platform Specific Device Drivers"
11 Say Y here to get to see options for device drivers of various
12 MIPS platforms, including vendor-specific netbook/laptop/desktop
13 extension and hardware monitor drivers. This option itself does
14 not add any kernel code.
16 If you say N, all options in this submenu will be skipped and disabled.
18 if MIPS_PLATFORM_DEVICES
21 bool "Loongson-3 CPU HWMon Driver"
22 depends on MACH_LOONGSON64
26 Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
29 bool "Loongson RS780E ACPI Controller"
30 depends on MACH_LOONGSON64 || COMPILE_TEST
32 Loongson RS780E PCH ACPI Controller driver.
35 bool "Loongson-2K1000 Reset Controller"
36 depends on MACH_LOONGSON64 || COMPILE_TEST
38 Loongson-2K1000 Reset Controller driver.
40 endif # MIPS_PLATFORM_DEVICES