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