ARM64: tizen_bcmrpi3_defconfig: enable I2C_CHARDEV
authorAndi Shyti <andi.shyti@samsung.com>
Fri, 31 Mar 2017 06:23:47 +0000 (15:23 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 30 Aug 2018 05:42:29 +0000 (14:42 +0900)
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 <andi.shyti@samsung.com>
arch/arm64/configs/tizen_bcmrpi3_defconfig

index acb9195ca249508a4c33a5b6fd98d18caaff3a89..3ab385f975f1b114c2ec5d91ee978a06adc6e938 100644 (file)
@@ -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