From patchwork Sat Dec 8 00:09:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-handheld, 1/4] linux-yocto_3.4: move CONFIG_MMU=y to zaurus-hardware.cfg Date: Sat, 08 Dec 2012 00:09:20 -0000 From: Andrea Adami X-Patchwork-Id: 40661 Message-Id: <1354925363-14602-1-git-send-email-andrea.adami@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andrea Adami --- .../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