blob: d421e148239579182230c03ac1447588e47b8fd9 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Huacai Chen64f09aa2015-03-29 10:54:09 +08002#
3# MIPS Platform Specific Drivers
4#
5
6menuconfig MIPS_PLATFORM_DEVICES
7 bool "MIPS Platform Specific Device Drivers"
8 default y
9 help
10 Say Y here to get to see options for device drivers of various
11 MIPS platforms, including vendor-specific netbook/laptop/desktop
12 extension and hardware monitor drivers. This option itself does
13 not add any kernel code.
14
15 If you say N, all options in this submenu will be skipped and disabled.
16
17if MIPS_PLATFORM_DEVICES
18
Huacai Chen64f09aa2015-03-29 10:54:09 +080019config CPU_HWMON
Jiaxun Yang6fbde6b2019-10-20 23:01:36 +080020 tristate "Loongson-3 CPU HWMon Driver"
Joe Perchesa7effde2019-11-28 09:13:26 -080021 depends on MACH_LOONGSON64
Huacai Chen64f09aa2015-03-29 10:54:09 +080022 select HWMON
23 default y
24 help
25 Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
26
Jiaxun Yang0cfd24402020-04-20 21:45:26 +080027config RS780E_ACPI
28 bool "Loongson RS780E ACPI Controller"
29 depends on MACH_LOONGSON64 || COMPILE_TEST
30 help
31 Loongson RS780E PCH ACPI Controller driver.
32
Qing Zhang7eb78192021-11-26 09:52:14 +080033config LS2K_RESET
34 bool "Loongson-2K1000 Reset Controller"
35 depends on MACH_LOONGSON64 || COMPILE_TEST
36 help
37 Loongson-2K1000 Reset Controller driver.
38
Huacai Chen64f09aa2015-03-29 10:54:09 +080039endif # MIPS_PLATFORM_DEVICES