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/config-default | |
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/config-default')
-rw-r--r-- | target/linux/lantiq/falcon/config-default | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/lantiq/falcon/config-default b/target/linux/lantiq/falcon/config-default index 748a330b50..5f864f4ae6 100644 --- a/target/linux/lantiq/falcon/config-default +++ b/target/linux/lantiq/falcon/config-default @@ -3,9 +3,6 @@ # CONFIG_ATH79 is not set 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_GENERIC_ATOMIC64=y CONFIG_GENERIC_IRQ_SHOW=y CONFIG_HAVE_ARCH_JUMP_LABEL=y @@ -56,3 +53,4 @@ CONFIG_SPI_FALCON=y # CONFIG_SPI_GPIO is not set CONFIG_SPI_MASTER=y CONFIG_XZ_DEC=y +# CONFIG_I2C_DESIGNWARE is not set |