mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus
[openwrt.git] / target / Config.in
index 2266245..9e0263e 100644 (file)
@@ -2,6 +2,11 @@ source "tmp/.config-target.in"
 
 # Kernel/Hardware features
 
+config HAS_SPE_FPU
+       depends powerpc
+       select HAS_FPU
+       bool
+
 config HAS_FPU
        bool