blob: 8ac149173c64b230fcd94adbdc9069c420fd045c [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002#
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
19config CPU_HWMON
Olivier Deprez157378f2022-04-04 15:47:50 +020020 tristate "Loongson-3 CPU HWMon Driver"
21 depends on MACH_LOONGSON64
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000022 select HWMON
23 default y
24 help
25 Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
26
Olivier Deprez157378f2022-04-04 15:47:50 +020027config 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
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000033endif # MIPS_PLATFORM_DEVICES