# # [31mCONFIG_MIPS[0m Platform Specific Drivers # menuconfig [31mCONFIG_MIPS_PLATFORM_DEVICES[0m bool "MIPS Platform Specific Device Drivers" default y help Say Y here to get to see options for device drivers of various [31mCONFIG_MIPS[0m platforms, including vendor-specific netbook/laptop/desktop extension and hardware monitor drivers. This option itself does not add any kernel code. If you say N, all options in this submenu will be skipped and disabled. if [31mCONFIG_MIPS_PLATFORM_DEVICES[0m config [31mCONFIG_CPU_HWMON[0m tristate "Loongson CPU HWMon Driver" depends on [31mCONFIG_LOONGSON_MACH3X[0m select [31mCONFIG_HWMON[0m default y help Loongson-3A/3B CPU Hwmon (temperature sensor) driver. endif # [31mCONFIG_MIPS_PLATFORM_DEVICES[0m |