|
@@ -398,7 +398,7 @@ config CPU_V6
|
|
# ARMv6k
|
|
# ARMv6k
|
|
config CPU_32v6K
|
|
config CPU_32v6K
|
|
bool "Support ARM V6K processor extensions" if !SMP
|
|
bool "Support ARM V6K processor extensions" if !SMP
|
|
- depends on CPU_V6
|
|
|
|
|
|
+ depends on CPU_V6 || CPU_V7
|
|
default y if SMP && !(ARCH_MX3 || ARCH_OMAP2)
|
|
default y if SMP && !(ARCH_MX3 || ARCH_OMAP2)
|
|
help
|
|
help
|
|
Say Y here if your ARMv6 processor supports the 'K' extension.
|
|
Say Y here if your ARMv6 processor supports the 'K' extension.
|