diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-02 02:33:15 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-02 02:33:15 +0000 |
commit | c91999ec52b20bdb537a606da5d05e43435e563b (patch) | |
tree | 92ba6226e8a35ee4c2a3e6744d41378dde62ffe8 /target/linux/iop32x | |
parent | da887498b868212d6a6d5776ca6d48532bf73fbb (diff) |
try to clean up some kernel configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12067 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/iop32x')
-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 |