Huacai Chen | 64f09aa | 2015-03-29 10:54:09 +0800 | [diff] [blame] | 1 | # |
| 2 | # MIPS Platform Specific Drivers |
| 3 | # |
| 4 | |
| 5 | menuconfig MIPS_PLATFORM_DEVICES |
| 6 | bool "MIPS Platform Specific Device Drivers" |
| 7 | default y |
| 8 | help |
| 9 | Say Y here to get to see options for device drivers of various |
| 10 | MIPS platforms, including vendor-specific netbook/laptop/desktop |
| 11 | extension and hardware monitor drivers. This option itself does |
| 12 | not add any kernel code. |
| 13 | |
| 14 | If you say N, all options in this submenu will be skipped and disabled. |
| 15 | |
| 16 | if MIPS_PLATFORM_DEVICES |
| 17 | |
Huacai Chen | 9c057b3 | 2015-03-29 10:54:10 +0800 | [diff] [blame] | 18 | config MIPS_ACPI |
| 19 | bool |
| 20 | default y if LOONGSON_MACH3X |
| 21 | |
Huacai Chen | 64f09aa | 2015-03-29 10:54:09 +0800 | [diff] [blame] | 22 | config CPU_HWMON |
| 23 | tristate "Loongson CPU HWMon Driver" |
| 24 | depends on LOONGSON_MACH3X |
| 25 | select HWMON |
| 26 | default y |
| 27 | help |
| 28 | Loongson-3A/3B CPU Hwmon (temperature sensor) driver. |
| 29 | |
| 30 | endif # MIPS_PLATFORM_DEVICES |