From 20f6292ae04b88a39de4da5424521126f96fdd46 Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Thu, 10 Jun 2010 10:14:02 -0500 Subject: [PATCH] [ARM] Stingray defconfig: Expose the I2C char device Turn on the defconfig flag to expose the I2C char device. This change is needed for testing devices over the I2C bus where the test code resides in user space. Change-Id: I76678809cd606d58ae7f653248efee562130f45f Signed-off-by: Dan Murphy --- arch/arm/configs/stingray_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig index ee533acbcf47..e8478913f0fb 100644 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -885,7 +885,7 @@ CONFIG_UNIX98_PTYS=y CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y -# CONFIG_I2C_CHARDEV is not set +CONFIG_I2C_CHARDEV=y CONFIG_I2C_HELPER_AUTO=y # -- 2.34.1