1# SPDX-License-Identifier: GPL-2.0-only
2#
3# MIPS Platform Specific Drivers
4#
5
6menuconfig MIPS_PLATFORM_DEVICES
7	bool "MIPS Platform Specific Device Drivers"
8	default y
9	depends on MIPS
10	help
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.
15
16	  If you say N, all options in this submenu will be skipped and disabled.
17
18if MIPS_PLATFORM_DEVICES
19
20config CPU_HWMON
21	bool "Loongson-3 CPU HWMon Driver"
22	depends on MACH_LOONGSON64
23	select HWMON
24	default y
25	help
26	  Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
27
28config RS780E_ACPI
29	bool "Loongson RS780E ACPI Controller"
30	depends on MACH_LOONGSON64 || COMPILE_TEST
31	help
32	  Loongson RS780E PCH ACPI Controller driver.
33
34config LS2K_RESET
35	bool "Loongson-2K1000 Reset Controller"
36	depends on MACH_LOONGSON64 || COMPILE_TEST
37	help
38	  Loongson-2K1000 Reset Controller driver.
39
40endif # MIPS_PLATFORM_DEVICES
41