From: John Crispin Date: Thu, 7 Jul 2011 18:20:51 +0000 (+0000) Subject: fix i2c-falcon kmod package selection X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=036df9f088788a27e3da9f65fdd88e3580aa8fac;p=openwrt%2Fstaging%2Fstintel.git fix i2c-falcon kmod package selection SVN-Revision: 27541 --- diff --git a/target/linux/lantiq/falcon-stable/config-default b/target/linux/lantiq/falcon-stable/config-default index 5154ddb330..574e958475 100644 --- a/target/linux/lantiq/falcon-stable/config-default +++ b/target/linux/lantiq/falcon-stable/config-default @@ -3,10 +3,6 @@ CONFIG_CPU_MIPSR2_IRQ_VI=y CONFIG_DM9000=y CONFIG_DM9000_DEBUGLEVEL=4 CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL=y -CONFIG_I2C=y -CONFIG_I2C_BOARDINFO=y -# CONFIG_I2C_DESIGNWARE is not set -CONFIG_I2C_FALCON=y CONFIG_IFX_VPE_CACHE_SPLIT=y CONFIG_IFX_VPE_EXT=y CONFIG_LANTIQ_MACH_95C3AM1=y diff --git a/target/linux/lantiq/falcon/config-default b/target/linux/lantiq/falcon/config-default index 91d1f3ae92..748a330b50 100644 --- a/target/linux/lantiq/falcon/config-default +++ b/target/linux/lantiq/falcon/config-default @@ -20,10 +20,6 @@ CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y CONFIG_HAVE_GENERIC_HARDIRQS=y CONFIG_HAVE_IRQ_WORK=y CONFIG_HAVE_PERF_EVENTS=y -CONFIG_I2C=y -CONFIG_I2C_BOARDINFO=y -CONFIG_I2C_FALCON=y -# CONFIG_I2C_PXA_PCI is not set CONFIG_IFX_VPE_CACHE_SPLIT=y CONFIG_IFX_VPE_EXT=y CONFIG_LANTIQ_MACH_95C3AM1=y