From 356b917b3fedc0e34446282fe8bfd3b98026e1f4 Mon Sep 17 00:00:00 2001 From: Andi Shyti Date: Fri, 31 Mar 2017 15:23:47 +0900 Subject: [PATCH] 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 --- arch/arm64/configs/tizen_bcmrpi3_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index acb9195..3ab385f 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 -- 2.7.4