All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld][PATCH 1/3] linux-yocto_3.4: move MTD common options to zaurus-hardware.cfg
@ 2012-12-06  0:07 Andrea Adami
  2012-12-06  0:07 ` [meta-handheld][PATCH 2/3] linux-yocto_3.4: remove superseded patch for collie and fix do_patch Andrea Adami
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrea Adami @ 2012-12-06  0:07 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 .../linux/linux-yocto-3.4/akita/akita.cfg          |    6 ------
 recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg |    6 ------
 .../linux/linux-yocto-3.4/collie/collie.cfg        |    6 ------
 .../linux/linux-yocto-3.4/poodle/poodle.cfg        |    6 ------
 .../linux/linux-yocto-3.4/spitz/spitz.cfg          |    6 ------
 recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg |    6 ------
 .../linux/linux-yocto-3.4/zaurus-hardware.cfg      |    6 ++++++
 7 files changed, 6 insertions(+), 36 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 6abee5d..59feb2d 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/akita/akita.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/akita/akita.cfg
@@ -28,12 +28,6 @@ CONFIG_SHARPSL_PM_MAX1111=y
 CONFIG_CMDLINE="console=ttyS0,115200n8 console=tty1 fbcon=rotate:1 loglevel=3"
 
 #
-# Mapping drivers for chip access
-#
-CONFIG_MTD_COMPLEX_MAPPINGS=y
-CONFIG_MTD_PHYSMAP=y
-
-#
 # Disk-On-Chip Device Drivers
 #
 CONFIG_MTD_NAND_SHARPSL=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 4898aa3..2d12380 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/c7x0/c7x0.cfg
@@ -22,12 +22,6 @@ CONFIG_SHARPSL_PM_MAX1111=y
 CONFIG_CMDLINE="console=ttyS0,115200n8 console=tty1 loglevel=3"
 
 #
-# Mapping drivers for chip access
-#
-CONFIG_MTD_COMPLEX_MAPPINGS=y
-CONFIG_MTD_PHYSMAP=y
-
-#
 # Disk-On-Chip Device Drivers
 #
 CONFIG_MTD_NAND_SHARPSL=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 d223b35..ed3d507 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/collie/collie.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/collie/collie.cfg
@@ -36,12 +36,6 @@ CONFIG_SPARSEMEM_EXTREME=y
 CONFIG_CMDLINE="console=ttySA0,115200n8 console=tty1 mem=64M fbcon=rotate:1 loglevel=3"
 
 #
-# Mapping drivers for chip access
-#
-CONFIG_MTD_COMPLEX_MAPPINGS=y
-CONFIG_MTD_PHYSMAP=y
-
-#
 # Multimedia Capabilities Port drivers
 #
 CONFIG_MCP=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 5b983ef..0da402d 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/poodle/poodle.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/poodle/poodle.cfg
@@ -22,12 +22,6 @@ CONFIG_PXA25x=y
 CONFIG_CMDLINE="console=ttyS0,115200n8 console=tty1 fbcon=rotate:1 loglevel=3"
 
 #
-# Mapping drivers for chip access
-#
-CONFIG_MTD_COMPLEX_MAPPINGS=y
-CONFIG_MTD_PHYSMAP=y
-
-#
 # Disk-On-Chip Device Drivers
 #
 CONFIG_MTD_NAND_SHARPSL=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 a7173f0..be1f9a0 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/spitz/spitz.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/spitz/spitz.cfg
@@ -27,12 +27,6 @@ CONFIG_SHARPSL_PM_MAX1111=y
 CONFIG_CMDLINE="console=ttyS0,115200n8 console=tty1 fbcon=rotate:1 loglevel=3"
 
 #
-# Mapping drivers for chip access
-#
-CONFIG_MTD_COMPLEX_MAPPINGS=y
-CONFIG_MTD_PHYSMAP=y
-
-#
 # Disk-On-Chip Device Drivers
 #
 CONFIG_MTD_NAND_SHARPSL=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 e339e91..75786b6 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/tosa/tosa.cfg
@@ -25,12 +25,6 @@ CONFIG_MFD_TMIO=y
 CONFIG_MFD_TC6393XB=y
 
 #
-# Mapping drivers for chip access
-#
-CONFIG_MTD_COMPLEX_MAPPINGS=y
-CONFIG_MTD_PHYSMAP=y
-
-#
 # Disk-On-Chip Device Drivers
 #
 CONFIG_MTD_NAND_TMIO=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 09c900c..554faa8 100644
--- a/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg
+++ b/recipes-kernel/linux/linux-yocto-3.4/zaurus-hardware.cfg
@@ -58,6 +58,12 @@ CONFIG_MTD_BLKDEVS=y
 CONFIG_MTD_BLOCK=y
 
 #
+# Mapping drivers for chip access
+#
+CONFIG_MTD_COMPLEX_MAPPINGS=y
+CONFIG_MTD_PHYSMAP=y
+
+#
 # Disk-On-Chip Device Drivers
 #
 CONFIG_MTD_NAND_ECC=y
-- 
1.7.8.6




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-10  0:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06  0:07 [meta-handheld][PATCH 1/3] linux-yocto_3.4: move MTD common options to zaurus-hardware.cfg Andrea Adami
2012-12-06  0:07 ` [meta-handheld][PATCH 2/3] linux-yocto_3.4: remove superseded patch for collie and fix do_patch Andrea Adami
2012-12-06  0:07 ` [meta-handheld][PATCH 3/3] linux-yocto_3.4: use a single copy of the locomo keymap patch Andrea Adami
2012-12-09 23:56 ` [meta-handheld][PATCH 1/3] linux-yocto_3.4: move MTD common options 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.