From: Andi Shyti Date: Fri, 31 Mar 2017 06:23:47 +0000 (+0900) Subject: ARM64: tizen_bcmrpi3_defconfig: enable I2C_CHARDEV X-Git-Tag: submit/tizen/20180904.010142~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d570b471a038c79b2a4662f2333e7c2964e6dec8;p=platform%2Fkernel%2Flinux-rpi3.git ARM64: tizen_bcmrpi3_defconfig: enable I2C_CHARDEV The I2C_CHARDEV flag enables the compilation of the i2c-dev driver which generates a character device of the type /dev/i2c-X where userspace programs can access to the i2c devices without the support of any device drivers. Change-Id: I661d8590bc219c6500bb5fca89df0436aa0efdca Signed-off-by: Andi Shyti --- diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index acb9195ca249..3ab385f975f1 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -1646,7 +1646,7 @@ CONFIG_MAX_RAW_DEVS=256 CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y -# CONFIG_I2C_CHARDEV is not set +CONFIG_I2C_CHARDEV=y # CONFIG_I2C_MUX is not set CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_ALGOBIT=y