diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-07 18:20:56 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-07 18:20:56 +0000 |
commit | 4e1f524715357b21f605c8d9ed0cd26c09c2ae7c (patch) | |
tree | bd157384bdc1e8bbc273c02fa761fec8dc3917c3 /target/linux/lantiq/falcon-stable | |
parent | cb32c032d065da8eb3a83f2506fc48f2649f962e (diff) | |
download | upstream-4e1f524715357b21f605c8d9ed0cd26c09c2ae7c.tar.gz upstream-4e1f524715357b21f605c8d9ed0cd26c09c2ae7c.tar.bz2 upstream-4e1f524715357b21f605c8d9ed0cd26c09c2ae7c.zip |
fix up falcon kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27542 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |