Kconfig (546121b65f47384e11ec1fa2e55449fc9f4846b2) | Kconfig (0cfd2440aa03ea3d4b04cc2565561cecadcb1257) |
---|---|
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 --- 10 unchanged lines hidden (view full) --- 19config CPU_HWMON 20 tristate "Loongson-3 CPU HWMon Driver" 21 depends on MACH_LOONGSON64 22 select HWMON 23 default y 24 help 25 Loongson-3A/3B CPU Hwmon (temperature sensor) driver. 26 | 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 --- 10 unchanged lines hidden (view full) --- 19config CPU_HWMON 20 tristate "Loongson-3 CPU HWMon Driver" 21 depends on MACH_LOONGSON64 22 select HWMON 23 default y 24 help 25 Loongson-3A/3B CPU Hwmon (temperature sensor) driver. 26 |
27config 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 |
|
27endif # MIPS_PLATFORM_DEVICES | 33endif # MIPS_PLATFORM_DEVICES |