extroot: block-mount block-extroot: Added ability to do a whole disk extroot instead...
[openwrt/staging/yousong.git] / target / Config.in
index 4476a89854d3f16f346f9ba761a70cb254f63834..9e0263e4c244b517e6771ad5713803959e4ad33f 100644 (file)
@@ -2,13 +2,15 @@ source "tmp/.config-target.in"
 
 # Kernel/Hardware features
 
-config HAS_FPU
+config HAS_SPE_FPU
+       depends powerpc
+       select HAS_FPU
        bool
 
-config AUDIO_SUPPORT
+config HAS_FPU
        bool
 
-config DISPLAY_SUPPORT
+config AUDIO_SUPPORT
        bool
 
 config GPIO_SUPPORT
@@ -43,7 +45,7 @@ config USES_SQUASHFS
 config USES_JFFS2
        bool
 
-config USES_EXT2
+config USES_EXT4
        bool
 
 config USES_TARGZ