brintos

brintos / linux-shallow public Read only

0
0
Text · 1.0 KiB · fb4ac4b Raw
41 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# MIPS Platform Specific Drivers4#5 6menuconfig MIPS_PLATFORM_DEVICES7	bool "MIPS Platform Specific Device Drivers"8	default y9	depends on MIPS10	help11	  Say Y here to get to see options for device drivers of various12	  MIPS platforms, including vendor-specific netbook/laptop/desktop13	  extension and hardware monitor drivers. This option itself does14	  not add any kernel code.15 16	  If you say N, all options in this submenu will be skipped and disabled.17 18if MIPS_PLATFORM_DEVICES19 20config CPU_HWMON21	bool "Loongson-3 CPU HWMon Driver"22	depends on MACH_LOONGSON6423	select HWMON24	default y25	help26	  Loongson-3A/3B CPU Hwmon (temperature sensor) driver.27 28config RS780E_ACPI29	bool "Loongson RS780E ACPI Controller"30	depends on MACH_LOONGSON64 || COMPILE_TEST31	help32	  Loongson RS780E PCH ACPI Controller driver.33 34config LS2K_RESET35	bool "Loongson-2K1000 Reset Controller"36	depends on MACH_LOONGSON64 || COMPILE_TEST37	help38	  Loongson-2K1000 Reset Controller driver.39 40endif # MIPS_PLATFORM_DEVICES41