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