From patchwork Sat Dec 8 00:09:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-handheld, 2/4] linux-yocto_3.4: move CONFIG_ARCH_PXA=y to zaurus-pxa-common.cfg Date: Sat, 08 Dec 2012 00:09:21 -0000 From: Andrea Adami X-Patchwork-Id: 40663 Message-Id: <1354925363-14602-2-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 | 5 ----- .../linux/linux-yocto-3.4/poodle/poodle.cfg | 5 ----- .../linux/linux-yocto-3.4/spitz/spitz.cfg | 5 ----- recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg | 5 ----- .../linux/linux-yocto-3.4/zaurus-pxa-common.cfg | 5 +++++ 6 files changed, 5 insertions(+), 21 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 a8445d6..5e9d937 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_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 d421e46..cded0f1 100644 --- a/recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg +++ b/recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg @@ -1,9 +1,4 @@ # -# System Type -# -CONFIG_ARCH_PXA=y - -# # End-user Products (sorted by vendor name) # CONFIG_PXA_SHARPSL=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 4b14575..d661b96 100644 --- a/recipes-kernel/linux/linux-yocto-3.4/poodle/poodle.cfg +++ b/recipes-kernel/linux/linux-yocto-3.4/poodle/poodle.cfg @@ -1,9 +1,4 @@ # -# System Type -# -CONFIG_ARCH_PXA=y - -# # Processor Features # CONFIG_SHARP_LOCOMO=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 50d40da..ca34fd6 100644 --- a/recipes-kernel/linux/linux-yocto-3.4/spitz/spitz.cfg +++ b/recipes-kernel/linux/linux-yocto-3.4/spitz/spitz.cfg @@ -1,9 +1,4 @@ # -# System Type -# -CONFIG_ARCH_PXA=y - -# # Processor Features # CONFIG_IWMMXT=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 9053a5e..bdbac5c 100644 --- a/recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg +++ b/recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg @@ -1,9 +1,4 @@ # -# System Type -# -CONFIG_ARCH_PXA=y - -# # End-user Products (sorted by vendor name) # CONFIG_PXA_SHARPSL=y diff --git a/recipes-kernel/linux/linux-yocto-3.4/zaurus-pxa-common.cfg b/recipes-kernel/linux/linux-yocto-3.4/zaurus-pxa-common.cfg index e2f6724..88fd6a5 100644 --- a/recipes-kernel/linux/linux-yocto-3.4/zaurus-pxa-common.cfg +++ b/recipes-kernel/linux/linux-yocto-3.4/zaurus-pxa-common.cfg @@ -1,4 +1,9 @@ # +# System Type +# +CONFIG_ARCH_PXA=y + +# # System MMU # CONFIG_PLAT_PXA=y