Re: [PATCH 25/30] ARM: OMAP depends on MMU

2011-10-03 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [111002 21:47]:
 On Sunday 02 October 2011 08:15 PM, Arnd Bergmann wrote:
  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
  ---
 Acked-by: Santosh Shilimkar santosh.shilim...@ti.com

This should be fine for now:

Acked-by: Tony Lindgren t...@atomide.com
--
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 25/30] ARM: OMAP depends on MMU

2011-10-02 Thread Arnd Bergmann
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
---
 arch/arm/Kconfig |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5ebc5d9..e688ca4 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -875,6 +875,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


Re: [PATCH 25/30] ARM: OMAP depends on MMU

2011-10-02 Thread Santosh Shilimkar
On Sunday 02 October 2011 08:15 PM, Arnd Bergmann wrote:
 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
 ---
Acked-by: Santosh Shilimkar santosh.shilim...@ti.com
--
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