From a5a8a18186ee4ed6221e527c1952132b668737e7 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Feb 2015 20:31:17 +0100 Subject: [PATCH] linux-sysmocom: Enable k10temp and i2c-piix4 in the kernel I edited the config through make menuconfig and then used savedefconfig but the diff from our config to a minimal defconfig is too big. So I enabled the temp sensors and i2c by hand. Fixes: SYS#1148 --- recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig b/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig index 4b69fb7..bfb0c4e 100644 --- a/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig +++ b/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig @@ -1754,7 +1754,7 @@ CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_I801=y # CONFIG_I2C_ISCH is not set # CONFIG_I2C_ISMT is not set -# CONFIG_I2C_PIIX4 is not set +CONFIG_I2C_PIIX4=y # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_SIS5595 is not set # CONFIG_I2C_SIS630 is not set @@ -1876,7 +1876,7 @@ CONFIG_HWMON=y # CONFIG_SENSORS_ADT7475 is not set # CONFIG_SENSORS_ASC7621 is not set # CONFIG_SENSORS_K8TEMP is not set -# CONFIG_SENSORS_K10TEMP is not set +CONFIG_SENSORS_K10TEMP=y # CONFIG_SENSORS_FAM15H_POWER is not set # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_ATXP1 is not set