ARM64: tizen_bcmrpi3_defconfig: add i2c-stub to module
authorkibak.yoon <kibak.yoon@samsung.com>
Fri, 13 Oct 2017 05:20:48 +0000 (14:20 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Tue, 11 Jun 2019 00:35:52 +0000 (09:35 +0900)
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 d5b383c3d50767efc8dcca514d1269cc17cf05d4..85d053498fdb50b820d7b3dcb9fd557187447707 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