ARM64: configs: tizen_bcm2711_defconfig: enable I2C_STUB as module
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 13 Aug 2020 09:57:09 +0000 (18:57 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 08:46:07 +0000 (17:46 +0900)
Tizen peripheral-io tct requires i2c_stub module to test i2c
functionality. Enable I2C_STUB as module.

Change-Id: I93ea159349dd5bcfea7ceabd04af239c7f2a1b96
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm64/configs/tizen_bcm2711_defconfig

index a53c912..5a03773 100644 (file)
@@ -284,6 +284,7 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_BCM2708=m
 CONFIG_I2C_BCM2835=y
 CONFIG_I2C_GPIO=y
+CONFIG_I2C_STUB=m
 CONFIG_SPI=y
 CONFIG_SPI_BCM2835=y
 CONFIG_SPI_BCM2835AUX=m