[PATCH 2/3] ARM: allow MULTIPLATFORM on no-MMU machines
From: Uwe Kleine-König <hidden>
Date: 2013-09-30 09:49:36
Subsystem:
arm port, the rest · Maintainers:
Russell King, Linus Torvalds
From: Uwe Kleine-König <hidden>
Date: 2013-09-30 09:49:36
Subsystem:
arm port, the rest · Maintainers:
Russell King, Linus Torvalds
There is no technical reason to not use the benefits of MULTIPLATFORM on a no-MMU machine and my not-yet-mainline efm32 port does work just fine with it. So drop the dependency. Signed-off-by: Uwe Kleine-K?nig <redacted> --- arch/arm/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0f63a70..d873a34 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig@@ -296,8 +296,7 @@ choice config ARCH_MULTIPLATFORM bool "Allow multiple platforms to be selected" - depends on MMU - select ARM_PATCH_PHYS_VIRT + select ARM_PATCH_PHYS_VIRT if MMU && !XIP_KERNEL select AUTO_ZRELADDR select COMMON_CLK select MULTI_IRQ_HANDLER
--
1.8.4.rc3