Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) Kconfig (7eb7819a2e12461a43eb701e401460ed424a425d)
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

--- 16 unchanged lines hidden (view full) ---

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
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

--- 16 unchanged lines hidden (view full) ---

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
33config LS2K_RESET
34 bool "Loongson-2K1000 Reset Controller"
35 depends on MACH_LOONGSON64 || COMPILE_TEST
36 help
37 Loongson-2K1000 Reset Controller driver.
38
33endif # MIPS_PLATFORM_DEVICES
39endif # MIPS_PLATFORM_DEVICES