X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2FConfig.in;h=967149d435b75cd6cf2f0e59b073e8a2f6647b3a;hb=96bb7c123b8b47dfc43002edf4a52aceb410f852;hp=79a91b1afb352a44c0ec4003a4eb3736047658f1;hpb=9e1d2c15d905cf210760d9d4f654f91a5d6c5f42;p=openwrt%2Fstaging%2Fyousong.git diff --git a/target/Config.in b/target/Config.in index 79a91b1afb..967149d435 100644 --- a/target/Config.in +++ b/target/Config.in @@ -3,7 +3,7 @@ source "tmp/.config-target.in" # Kernel/Hardware features config HAS_SPE_FPU - depends powerpc + depends on powerpc select HAS_FPU bool @@ -67,7 +67,10 @@ config NOMMU bool config HAS_MIPS16 - depends (mips || mipsel || mips64 || mips64el) + depends on (mips || mipsel || mips64 || mips64el) + bool + +config ARCH_64BIT bool # Architecture selection @@ -104,9 +107,11 @@ config mipsel config mips64 select BIG_ENDIAN + select ARCH_64BIT bool config mips64el + select ARCH_64BIT bool config powerpc @@ -115,6 +120,7 @@ config powerpc config powerpc64 select BIG_ENDIAN + select ARCH_64BIT bool config sh3 @@ -136,6 +142,7 @@ config sparc bool config x86_64 + select ARCH_64BIT bool config ARCH