diff options
author | Travis Kemen <thepeople@openwrt.org> | 2008-08-02 02:33:15 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2008-08-02 02:33:15 +0000 |
commit | e6d14f7cd78a02b4bc20694c338c28fbb5762645 (patch) | |
tree | 0d3eea82f510a84f0e8e40626518ffa1f9c340d4 /target/linux/iop32x/config-default | |
parent | 014a020b5f7155cbac694de20f2dabbd442382d7 (diff) | |
download | upstream-e6d14f7cd78a02b4bc20694c338c28fbb5762645.tar.gz upstream-e6d14f7cd78a02b4bc20694c338c28fbb5762645.tar.bz2 upstream-e6d14f7cd78a02b4bc20694c338c28fbb5762645.zip |
try to clean up some kernel configs
SVN-Revision: 12067
Diffstat (limited to 'target/linux/iop32x/config-default')
-rw-r--r-- | target/linux/iop32x/config-default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/iop32x/config-default b/target/linux/iop32x/config-default index 58b99445a2..120349182e 100644 --- a/target/linux/iop32x/config-default +++ b/target/linux/iop32x/config-default @@ -41,7 +41,7 @@ CONFIG_ARCH_IOP32X=y CONFIG_ARM=y # CONFIG_ARM_THUMB is not set # CONFIG_ARPD is not set -# CONFIG_ARTHUR is not set +CONFIG_ARTHUR=n CONFIG_ATA=m # CONFIG_ATA_GENERIC is not set # CONFIG_ATA_PIIX is not set @@ -90,8 +90,8 @@ CONFIG_E1000_NAPI=y # CONFIG_E1000E is not set # CONFIG_FARSYNC is not set CONFIG_FIRMWARE_EDID=y -# CONFIG_FPE_FASTFPE is not set -# CONFIG_FPE_NWFPE is not set +CONFIG_FPE_FASTFPE=n +CONFIG_FPE_NWFPE=n # CONFIG_FPE_NWFPE_XP is not set CONFIG_FRAME_POINTER=y # CONFIG_HAMRADIO is not set |