* [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
* [meta-handheld][PATCH 2/4] linux-yocto_3.4: move CONFIG_ARCH_PXA=y to zaurus-pxa-common.cfg
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 ` Andrea Adami
2012-12-08 0:09 ` [meta-handheld][PATCH 3/4] linux-yocto_3.4: move CONFIG_PXA_SHARPSL=y " Andrea Adami
` (2 subsequent siblings)
3 siblings, 0 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 | 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-handheld][PATCH 3/4] linux-yocto_3.4: move CONFIG_PXA_SHARPSL=y to zaurus-pxa-common.cfg
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 ` 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
3 siblings, 0 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/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-pxa-common.cfg | 5 +++++
6 files changed, 5 insertions(+), 5 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 5e9d937..303a0b9 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/akita/akita.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/akita/akita.cfg
@@ -11,7 +11,6 @@ CONFIG_IWMMXT=y
#
# End-user Products (sorted by vendor name)
#
-CONFIG_PXA_SHARPSL=y
CONFIG_MACH_AKITA=y
CONFIG_MACH_SPITZ=y
CONFIG_MACH_BORZOI=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 cded0f1..e888c26 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 @@
#
# End-user Products (sorted by vendor name)
#
-CONFIG_PXA_SHARPSL=y
CONFIG_MACH_CORGI=y
CONFIG_MACH_SHEPHERD=y
CONFIG_MACH_HUSKY=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 d661b96..571df39 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/poodle/poodle.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/poodle/poodle.cfg
@@ -6,7 +6,6 @@ CONFIG_SHARP_LOCOMO=y
#
# End-user Products (sorted by vendor name)
#
-CONFIG_PXA_SHARPSL=y
CONFIG_MACH_POODLE=y
CONFIG_PXA25x=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 ca34fd6..86494df 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/spitz/spitz.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/spitz/spitz.cfg
@@ -6,7 +6,6 @@ CONFIG_IWMMXT=y
#
# End-user Products (sorted by vendor name)
#
-CONFIG_PXA_SHARPSL=y
CONFIG_MACH_AKITA=y
CONFIG_MACH_SPITZ=y
CONFIG_MACH_BORZOI=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 bdbac5c..085e1d2 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 @@
#
# End-user Products (sorted by vendor name)
#
-CONFIG_PXA_SHARPSL=y
CONFIG_MACH_TOSA=y
CONFIG_TOSA_BT=m
CONFIG_PXA25x=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 88fd6a5..78d0e17 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
@@ -4,6 +4,11 @@
CONFIG_ARCH_PXA=y
#
+# End-user Products (sorted by vendor name)
+#
+CONFIG_PXA_SHARPSL=y
+
+#
# System MMU
#
CONFIG_PLAT_PXA=y
--
1.7.8.6
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-handheld][PATCH 4/4] linux-yocto_3.4: reuse spitz.cfg for akita
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 ` 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
3 siblings, 0 replies; 5+ messages in thread
From: Andrea Adami @ 2012-12-08 0:09 UTC (permalink / raw)
To: openembedded-devel
* the single config specific to akita is added in akita.cfg
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
.../linux/linux-yocto-3.4/akita/akita.cfg | 68 --------------------
.../linux/linux-yocto-3.4/akita/akita.scc | 1 +
2 files changed, 1 insertions(+), 68 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 303a0b9..f6eb8f2 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/akita/akita.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/akita/akita.cfg
@@ -2,71 +2,3 @@
# System Type
#
CONFIG_GPIO_PCA953X=y
-
-#
-# Processor Features
-#
-CONFIG_IWMMXT=y
-
-#
-# End-user Products (sorted by vendor name)
-#
-CONFIG_MACH_AKITA=y
-CONFIG_MACH_SPITZ=y
-CONFIG_MACH_BORZOI=y
-CONFIG_PXA27x=y
-CONFIG_PXA_SHARP_Cxx00=y
-CONFIG_SHARPSL_PM=y
-CONFIG_SHARPSL_PM_MAX1111=y
-
-#
-# Boot options
-#
-CONFIG_CMDLINE="console=ttyS0,115200n8 console=tty1 fbcon=rotate:1 loglevel=3"
-
-#
-# Disk-On-Chip Device Drivers
-#
-CONFIG_MTD_NAND_SHARPSL=y
-
-#
-# Input Device Drivers
-#
-CONFIG_KEYBOARD_MATRIX=y
-CONFIG_TOUCHSCREEN_ADS7846=y
-
-#
-# Userland interfaces
-#
-CONFIG_INPUT_MOUSEDEV_SCREEN_X=640
-CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480
-
-#
-# Frame buffer hardware drivers
-#
-CONFIG_FB_PXA=y
-CONFIG_FB_PXA_OVERLAY=y
-CONFIG_FB_PXA_SMARTPANEL=y
-CONFIG_FB_PXA_PARAMETERS=y
-CONFIG_LCD_CORGI=y
-CONFIG_BACKLIGHT_GENERIC=y
-
-#
-# Console display driver support
-#
-CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
-CONFIG_FONT_8x16=y
-
-#
-# USB Miscellaneous drivers
-#
-CONFIG_USB_PXA27X=m
-CONFIG_SND_PXA2XX_SOC_I2S=m
-CONFIG_SND_PXA2XX_SOC_SPITZ=m
-CONFIG_SND_SOC_WM8750=m
-
-#
-# on-CPU RTC drivers
-#
-CONFIG_RTC_DRV_PXA=y
-CONFIG_RTC_DRV_SA1100=y
diff --git a/recipes-kernel/linux/linux-yocto-3.4/akita/akita.scc b/recipes-kernel/linux/linux-yocto-3.4/akita/akita.scc
index 82fa4bd..e1549ef 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/akita/akita.scc
+++ b/recipes-kernel/linux/linux-yocto-3.4/akita/akita.scc
@@ -1,3 +1,4 @@
+kconf hardware ../spitz/spitz.cfg
kconf hardware akita.cfg
include ../zaurus-pxa-only.scc
--
1.7.8.6
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-handheld][PATCH 1/4] linux-yocto_3.4: move CONFIG_MMU=y to zaurus-hardware.cfg
2012-12-08 0:09 [meta-handheld][PATCH 1/4] linux-yocto_3.4: move CONFIG_MMU=y to zaurus-hardware.cfg Andrea Adami
` (2 preceding siblings ...)
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 ` Paul Eggleton
3 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2012-12-09 23:55 UTC (permalink / raw)
To: openembedded-devel
On Saturday 08 December 2012 01:09:20 Andrea Adami wrote:
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Merged these four to meta-handheld master, thanks.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [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.