diff options
author | Hongtao Jia | 2015-03-12 08:00:14 +0100 |
---|---|---|
committer | Scott Wood | 2015-03-24 01:51:22 +0100 |
commit | 9be53cf76fec65b610286f32ce0a2535eb95b79a (patch) | |
tree | 7f2c5aabd92083366bdcb4233d4cb128fd86530f /arch/powerpc | |
parent | powerpc: Enable thermal monitor feature in defconfig for supported platforms (diff) | |
download | kernel-qcow2-linux-9be53cf76fec65b610286f32ce0a2535eb95b79a.tar.gz kernel-qcow2-linux-9be53cf76fec65b610286f32ce0a2535eb95b79a.tar.xz kernel-qcow2-linux-9be53cf76fec65b610286f32ce0a2535eb95b79a.zip |
powerpc: Enable power monitor feature in defconfig for supported platforms
Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/configs/corenet32_smp_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/corenet64_smp_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/corenet32_smp_defconfig b/arch/powerpc/configs/corenet32_smp_defconfig index a6d7b3d3b033..129a8d141963 100644 --- a/arch/powerpc/configs/corenet32_smp_defconfig +++ b/arch/powerpc/configs/corenet32_smp_defconfig @@ -121,6 +121,7 @@ CONFIG_SPI_GPIO=y CONFIG_SPI_FSL_SPI=y CONFIG_SPI_FSL_ESPI=y CONFIG_SENSORS_LM90=y +CONFIG_SENSORS_INA2XX=y CONFIG_USB_HID=m CONFIG_USB=y CONFIG_USB_MON=y diff --git a/arch/powerpc/configs/corenet64_smp_defconfig b/arch/powerpc/configs/corenet64_smp_defconfig index 2dcf032ec2de..547a267b1247 100644 --- a/arch/powerpc/configs/corenet64_smp_defconfig +++ b/arch/powerpc/configs/corenet64_smp_defconfig @@ -114,6 +114,7 @@ CONFIG_SPI_GPIO=y CONFIG_SPI_FSL_SPI=y CONFIG_SPI_FSL_ESPI=y CONFIG_SENSORS_LM90=y +CONFIG_SENSORS_INA2XX=y CONFIG_USB_HID=m CONFIG_USB=y CONFIG_USB_MON=y |