ARM64: tizen_bcmrpi3_defconfig: enable I2C_CHARDEV
authorAndi Shyti <andi.shyti@samsung.com>
Fri, 31 Mar 2017 06:23:47 +0000 (15:23 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 4 Nov 2019 09:00:55 +0000 (18:00 +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 acb9195..3ab385f 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