xref: /linux/drivers/platform/mips/Kconfig (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
264f09aa9SHuacai Chen#
364f09aa9SHuacai Chen# MIPS Platform Specific Drivers
464f09aa9SHuacai Chen#
564f09aa9SHuacai Chen
664f09aa9SHuacai Chenmenuconfig MIPS_PLATFORM_DEVICES
764f09aa9SHuacai Chen	bool "MIPS Platform Specific Device Drivers"
864f09aa9SHuacai Chen	default y
964f09aa9SHuacai Chen	help
1064f09aa9SHuacai Chen	  Say Y here to get to see options for device drivers of various
1164f09aa9SHuacai Chen	  MIPS platforms, including vendor-specific netbook/laptop/desktop
1264f09aa9SHuacai Chen	  extension and hardware monitor drivers. This option itself does
1364f09aa9SHuacai Chen	  not add any kernel code.
1464f09aa9SHuacai Chen
1564f09aa9SHuacai Chen	  If you say N, all options in this submenu will be skipped and disabled.
1664f09aa9SHuacai Chen
1764f09aa9SHuacai Chenif MIPS_PLATFORM_DEVICES
1864f09aa9SHuacai Chen
1964f09aa9SHuacai Chenconfig CPU_HWMON
206fbde6b4SJiaxun Yang	tristate "Loongson-3 CPU HWMon Driver"
21a7effde9SJoe Perches	depends on MACH_LOONGSON64
2264f09aa9SHuacai Chen	select HWMON
2364f09aa9SHuacai Chen	default y
2464f09aa9SHuacai Chen	help
2564f09aa9SHuacai Chen	  Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
2664f09aa9SHuacai Chen
27*0cfd2440SJiaxun Yangconfig RS780E_ACPI
28*0cfd2440SJiaxun Yang	bool "Loongson RS780E ACPI Controller"
29*0cfd2440SJiaxun Yang	depends on MACH_LOONGSON64 || COMPILE_TEST
30*0cfd2440SJiaxun Yang	help
31*0cfd2440SJiaxun Yang	  Loongson RS780E PCH ACPI Controller driver.
32*0cfd2440SJiaxun Yang
3364f09aa9SHuacai Chenendif # MIPS_PLATFORM_DEVICES
34