diff options
author | John Crispin <john@openwrt.org> | 2011-07-07 18:20:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-07 18:20:56 +0000 |
commit | b75a8fb5327e5dd89f9941c14f6eef474f4b470d (patch) | |
tree | 83f6f7474340440c1f5b952980936abc866c0e33 /target/linux/lantiq/falcon-stable | |
parent | 036df9f088788a27e3da9f65fdd88e3580aa8fac (diff) | |
download | upstream-b75a8fb5327e5dd89f9941c14f6eef474f4b470d.tar.gz upstream-b75a8fb5327e5dd89f9941c14f6eef474f4b470d.tar.bz2 upstream-b75a8fb5327e5dd89f9941c14f6eef474f4b470d.zip |
fix up falcon kernel config
SVN-Revision: 27542
Diffstat (limited to 'target/linux/lantiq/falcon-stable')
-rw-r--r-- | target/linux/lantiq/falcon-stable/config-default | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/lantiq/falcon-stable/config-default b/target/linux/lantiq/falcon-stable/config-default index 574e958475..72cca0793d 100644 --- a/target/linux/lantiq/falcon-stable/config-default +++ b/target/linux/lantiq/falcon-stable/config-default @@ -1,8 +1,5 @@ CONFIG_CPU_MIPSR2_IRQ_EI=y CONFIG_CPU_MIPSR2_IRQ_VI=y -CONFIG_DM9000=y -CONFIG_DM9000_DEBUGLEVEL=4 -CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL=y CONFIG_IFX_VPE_CACHE_SPLIT=y CONFIG_IFX_VPE_EXT=y CONFIG_LANTIQ_MACH_95C3AM1=y @@ -10,6 +7,7 @@ CONFIG_LANTIQ_MACH_EASY98000=y CONFIG_LANTIQ_MACH_EASY98020=y CONFIG_M25PXX_USE_FAST_READ=y CONFIG_MIPS_MT=y +# CONFIG_I2C_DESIGNWARE is not set # CONFIG_MIPS_VPE_APSP_API is not set CONFIG_MIPS_VPE_LOADER=y CONFIG_MIPS_VPE_LOADER_TOM=y |