All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld][PATCH 1/4] linux-yocto_3.4: move CONFIG_MMU=y to zaurus-hardware.cfg
@ 2012-12-08  0:09 Andrea Adami
  2012-12-08  0:09 ` [meta-handheld][PATCH 2/4] linux-yocto_3.4: move CONFIG_ARCH_PXA=y to zaurus-pxa-common.cfg Andrea Adami
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrea Adami @ 2012-12-08  0:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 .../linux/linux-yocto-3.4/akita/akita.cfg          |    1 -
 recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg |    1 -
 .../linux/linux-yocto-3.4/collie/collie.cfg        |    1 -
 .../linux/linux-yocto-3.4/poodle/poodle.cfg        |    1 -
 .../linux/linux-yocto-3.4/spitz/spitz.cfg          |    1 -
 recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg |    1 -
 .../linux/linux-yocto-3.4/zaurus-hardware.cfg      |    5 +++++
 7 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/recipes-kernel/linux/linux-yocto-3.4/akita/akita.cfg b/recipes-kernel/linux/linux-yocto-3.4/akita/akita.cfg
index 59feb2d..a8445d6 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/akita/akita.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/akita/akita.cfg
@@ -1,7 +1,6 @@
 #
 # System Type
 #
-CONFIG_MMU=y
 CONFIG_ARCH_PXA=y
 CONFIG_GPIO_PCA953X=y
 
diff --git a/recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg b/recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg
index 2d12380..d421e46 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg
@@ -1,7 +1,6 @@
 #
 # System Type
 #
-CONFIG_MMU=y
 CONFIG_ARCH_PXA=y
 
 #
diff --git a/recipes-kernel/linux/linux-yocto-3.4/collie/collie.cfg b/recipes-kernel/linux/linux-yocto-3.4/collie/collie.cfg
index ed3d507..5c0a7bf 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/collie/collie.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/collie/collie.cfg
@@ -6,7 +6,6 @@ CONFIG_KERNEL_LZMA=y
 #
 # System Type
 #
-CONFIG_MMU=y
 CONFIG_ARCH_SA1100=y
 
 #
diff --git a/recipes-kernel/linux/linux-yocto-3.4/poodle/poodle.cfg b/recipes-kernel/linux/linux-yocto-3.4/poodle/poodle.cfg
index 0da402d..4b14575 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/poodle/poodle.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/poodle/poodle.cfg
@@ -1,7 +1,6 @@
 #
 # System Type
 #
-CONFIG_MMU=y
 CONFIG_ARCH_PXA=y
 
 #
diff --git a/recipes-kernel/linux/linux-yocto-3.4/spitz/spitz.cfg b/recipes-kernel/linux/linux-yocto-3.4/spitz/spitz.cfg
index be1f9a0..50d40da 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/spitz/spitz.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/spitz/spitz.cfg
@@ -1,7 +1,6 @@
 #
 # System Type
 #
-CONFIG_MMU=y
 CONFIG_ARCH_PXA=y
 
 #
diff --git a/recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg b/recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg
index 75786b6..9053a5e 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg
@@ -1,7 +1,6 @@
 #
 # System Type
 #
-CONFIG_MMU=y
 CONFIG_ARCH_PXA=y
 
 #
diff --git a/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg b/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg
index 554faa8..1336bf0 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg
@@ -31,6 +31,11 @@ CONFIG_HAVE_CLK=y
 CONFIG_HAVE_DMA_API_DEBUG=y
 
 #
+# System Type
+#
+CONFIG_MMU=y
+
+#
 # Power management options
 #
 CONFIG_SUSPEND=y
-- 
1.7.8.6




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-12-10  0:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-08  0:09 [meta-handheld][PATCH 1/4] linux-yocto_3.4: move CONFIG_MMU=y to zaurus-hardware.cfg Andrea Adami
2012-12-08  0:09 ` [meta-handheld][PATCH 2/4] linux-yocto_3.4: move CONFIG_ARCH_PXA=y to zaurus-pxa-common.cfg Andrea Adami
2012-12-08  0:09 ` [meta-handheld][PATCH 3/4] linux-yocto_3.4: move CONFIG_PXA_SHARPSL=y " Andrea Adami
2012-12-08  0:09 ` [meta-handheld][PATCH 4/4] linux-yocto_3.4: reuse spitz.cfg for akita Andrea Adami
2012-12-09 23:55 ` [meta-handheld][PATCH 1/4] linux-yocto_3.4: move CONFIG_MMU=y to zaurus-hardware.cfg Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.