Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Huacai Chen | 64f09aa | 2015-03-29 10:54:09 +0800 | [diff] [blame] | 2 | # |
| 3 | # MIPS Platform Specific Drivers |
| 4 | # |
| 5 | |
| 6 | menuconfig 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 | |
| 17 | if MIPS_PLATFORM_DEVICES |
| 18 | |
Huacai Chen | 64f09aa | 2015-03-29 10:54:09 +0800 | [diff] [blame] | 19 | config CPU_HWMON |
Jiaxun Yang | 6fbde6b | 2019-10-20 23:01:36 +0800 | [diff] [blame] | 20 | tristate "Loongson-3 CPU HWMon Driver" |
Joe Perches | a7effde | 2019-11-28 09:13:26 -0800 | [diff] [blame] | 21 | depends on MACH_LOONGSON64 |
Huacai Chen | 64f09aa | 2015-03-29 10:54:09 +0800 | [diff] [blame] | 22 | select HWMON |
| 23 | default y |
| 24 | help |
| 25 | Loongson-3A/3B CPU Hwmon (temperature sensor) driver. |
| 26 | |
Jiaxun Yang | 0cfd2440 | 2020-04-20 21:45:26 +0800 | [diff] [blame] | 27 | config 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 Zhang | 7eb7819 | 2021-11-26 09:52:14 +0800 | [diff] [blame] | 33 | config 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 Chen | 64f09aa | 2015-03-29 10:54:09 +0800 | [diff] [blame] | 39 | endif # MIPS_PLATFORM_DEVICES |