ARM64: tizen_bcmrpi3_defconfig: add i2c-stub to module 81/155381/2 accepted/tizen/4.0/unified/20171013.101136 accepted/tizen/unified/20171013.193310 submit/tizen/20171013.053004 submit/tizen_4.0/20171013.052910 tizen_4.0.IoT.p1_release
authorkibak.yoon <kibak.yoon@samsung.com>
Fri, 13 Oct 2017 05:20:48 +0000 (14:20 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 13 Oct 2017 05:26:49 +0000 (05:26 +0000)
We need a test method for the i2c driver and framework on RPI3.
And using a fake device is more convenient than a physical hardware device.
Therefore it would be good to enable i2c-stub for testing i2c feature on RPI3.
This will be used for testing purposes only.

Change-Id: I279bccabf709631130eae7b257bec6275b6acba0
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
arch/arm64/configs/tizen_bcmrpi3_defconfig

index 55230446f3a3d2e95c359b54cfd1c1aa613b89f8..eadbb3bb9ce7080f1b45cbc46f61e194177e1816 100644 (file)
@@ -1826,7 +1826,7 @@ CONFIG_I2C_GPIO=y
 #
 # Other I2C/SMBus bus drivers
 #
-# CONFIG_I2C_STUB is not set
+CONFIG_I2C_STUB=m
 # CONFIG_I2C_SLAVE is not set
 # CONFIG_I2C_DEBUG_CORE is not set
 # CONFIG_I2C_DEBUG_ALGO is not set