Signed-off-by: Andrea Adami <[email protected]> --- .../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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
