From 04cf462c80e43adb736e614d8812795186cc3daa Mon Sep 17 00:00:00 2001 From: "kibak.yoon" Date: Fri, 13 Oct 2017 14:20:48 +0900 Subject: [PATCH] ARM64: tizen_bcmrpi3_defconfig: add i2c-stub to module 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 --- 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 d5b383c..85d0534 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -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 -- 2.7.4