Re: [PATCH] arm: OMAP depends on MMU

2012-06-20 Thread Tony Lindgren
* mathieu.poir...@linaro.org mathieu.poir...@linaro.org [120607 17:55]:
 From: Arnd Bergmann a...@arndb.de
 
 There is no way to build OMAP kernels without an MMU
 at this point because of dependencies on MMU-only functions.
 
 As long as nobody is interested in fixing this, let's just disable
 this platforms for nommu kernels.

Thanks, applying into fixes non-critical.

Tony

 
 Signed-off-by: Arnd Bergmann a...@arndb.de
 Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org
 Acked-by: Santosh Shilimkar santosh.shilim...@ti.com
 Acked-by: Tony Lindgren t...@atomide.com
 ---
  arch/arm/Kconfig |1 +
  1 files changed, 1 insertions(+), 0 deletions(-)
 
 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
 index 84449dd..4b1fc0d 100644
 --- a/arch/arm/Kconfig
 +++ b/arch/arm/Kconfig
 @@ -934,6 +934,7 @@ config ARCH_DAVINCI
  
  config ARCH_OMAP
   bool TI OMAP
 + depends on MMU
   select HAVE_CLK
   select ARCH_REQUIRE_GPIOLIB
   select ARCH_HAS_CPUFREQ
 -- 
 1.7.5.4
 
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] arm: OMAP depends on MMU

2012-06-07 Thread mathieu . poirier
From: Arnd Bergmann a...@arndb.de

There is no way to build OMAP kernels without an MMU
at this point because of dependencies on MMU-only functions.

As long as nobody is interested in fixing this, let's just disable
this platforms for nommu kernels.

Signed-off-by: Arnd Bergmann a...@arndb.de
Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org
Acked-by: Santosh Shilimkar santosh.shilim...@ti.com
Acked-by: Tony Lindgren t...@atomide.com
---
 arch/arm/Kconfig |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 84449dd..4b1fc0d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -934,6 +934,7 @@ config ARCH_DAVINCI
 
 config ARCH_OMAP
bool TI OMAP
+   depends on MMU
select HAVE_CLK
select ARCH_REQUIRE_GPIOLIB
select ARCH_HAS_CPUFREQ
-- 
1.7.5.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html