* [PATCH] ARM: Mark CPU_32v6K as depended on CPU_V7
@ 2010-08-31 13:52 Catalin Marinas
2010-08-31 14:48 ` Uwe Kleine-König
2010-09-01 9:15 ` Russell King - ARM Linux
0 siblings, 2 replies; 4+ messages in thread
From: Catalin Marinas @ 2010-08-31 13:52 UTC (permalink / raw)
To: linux-arm-kernel
CPU_32v6K is selected by CPU_V7 but it only depends on CPU_V6.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
---
It would be nice to have this patch before 2.6.36 is released to avoid a
warning introduced by my kbuild patch to warn on selecting options with
unmet dependencies.
arch/arm/mm/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 33c3f57..a0a2928 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -398,7 +398,7 @@ config CPU_V6
# ARMv6k
config CPU_32v6K
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)
help
Say Y here if your ARMv6 processor supports the 'K' extension.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: Mark CPU_32v6K as depended on CPU_V7
@ 2010-07-10 9:02 Catalin Marinas
0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2010-07-10 9:02 UTC (permalink / raw)
To: linux-arm-kernel
CPU_32v6K is selected by CPU_V7 but it only depends on CPU_V6.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
---
I pushed a kbuild patch to the -next tree which warns when selecting
symbols with unmet dependencies. CPU_32v6K is one of those cases
(selected by CPU_V7).
arch/arm/mm/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 4e93c4a..bad0d73 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -398,7 +398,7 @@ config CPU_V6
# ARMv6k
config CPU_32v6K
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)
help
Say Y here if your ARMv6 processor supports the 'K' extension.
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-01 9:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31 13:52 [PATCH] ARM: Mark CPU_32v6K as depended on CPU_V7 Catalin Marinas
2010-08-31 14:48 ` Uwe Kleine-König
2010-09-01 9:15 ` Russell King - ARM Linux
-- strict thread matches above, loose matches on Subject: below --
2010-07-10 9:02 Catalin Marinas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).