diff --git a/debian/changelog b/debian/changelog index f596da82e..d8924ce04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ linux (3.4.3-1~experimental.1) UNRELEASED; urgency=low * [armel] disable FIPS, VGA_ARB, FTRACE on iop32x and ixp4xx to reduce kernel size. * [armel] disable virtio modules on all platforms except versatile + * [armel] enable PHYSMAP on all platforms except ixp4xx -- Ben Hutchings Thu, 07 Jun 2012 04:45:03 +0100 diff --git a/debian/config/armel/config b/debian/config/armel/config index 352f259bd..c50afd691 100644 --- a/debian/config/armel/config +++ b/debian/config/armel/config @@ -35,6 +35,11 @@ CONFIG_MOUSE_APPLETOUCH=m ## # CONFIG_TOUCHSCREEN_EETI is not set +## +## file: drivers/mtd/maps/Kconfig +## +CONFIG_MTD_PHYSMAP=y + ## ## file: drivers/net/hamradio/Kconfig ## diff --git a/debian/config/armel/config.iop32x b/debian/config/armel/config.iop32x index a50e01722..1b35ee7aa 100644 --- a/debian/config/armel/config.iop32x +++ b/debian/config/armel/config.iop32x @@ -384,10 +384,6 @@ CONFIG_MTD_RAM=m ## file: drivers/mtd/maps/Kconfig ## CONFIG_MTD_COMPLEX_MAPPINGS=y -CONFIG_MTD_PHYSMAP=y -CONFIG_MTD_PHYSMAP_START=0x0 -CONFIG_MTD_PHYSMAP_LEN=0x0 -CONFIG_MTD_PHYSMAP_BANKWIDTH=1 # CONFIG_MTD_PCI is not set CONFIG_MTD_PLATRAM=m diff --git a/debian/config/armel/config.kirkwood b/debian/config/armel/config.kirkwood index 992f634ec..b3168421d 100644 --- a/debian/config/armel/config.kirkwood +++ b/debian/config/armel/config.kirkwood @@ -345,10 +345,6 @@ CONFIG_MTD_M25P80=y ## file: drivers/mtd/maps/Kconfig ## # CONFIG_MTD_COMPLEX_MAPPINGS is not set -CONFIG_MTD_PHYSMAP=y -CONFIG_MTD_PHYSMAP_START=0x0 -CONFIG_MTD_PHYSMAP_LEN=0x0 -CONFIG_MTD_PHYSMAP_BANKWIDTH=0 # CONFIG_MTD_IMPA7 is not set # CONFIG_MTD_INTEL_VR_NOR is not set # CONFIG_MTD_PLATRAM is not set diff --git a/debian/config/armel/config.mv78xx0 b/debian/config/armel/config.mv78xx0 index a4cc888f6..e883f10d5 100644 --- a/debian/config/armel/config.mv78xx0 +++ b/debian/config/armel/config.mv78xx0 @@ -313,10 +313,6 @@ CONFIG_MTD_CFI_STAA=m ## file: drivers/mtd/maps/Kconfig ## # CONFIG_MTD_COMPLEX_MAPPINGS is not set -CONFIG_MTD_PHYSMAP=y -CONFIG_MTD_PHYSMAP_START=0x0 -CONFIG_MTD_PHYSMAP_LEN=0x0 -CONFIG_MTD_PHYSMAP_BANKWIDTH=0 # CONFIG_MTD_IMPA7 is not set # CONFIG_MTD_INTEL_VR_NOR is not set # CONFIG_MTD_PLATRAM is not set diff --git a/debian/config/armel/config.orion5x b/debian/config/armel/config.orion5x index 2442711e8..768449f73 100644 --- a/debian/config/armel/config.orion5x +++ b/debian/config/armel/config.orion5x @@ -330,10 +330,6 @@ CONFIG_MTD_CFI_STAA=m ## file: drivers/mtd/maps/Kconfig ## # CONFIG_MTD_COMPLEX_MAPPINGS is not set -CONFIG_MTD_PHYSMAP=y -CONFIG_MTD_PHYSMAP_START=0x0 -CONFIG_MTD_PHYSMAP_LEN=0x0 -CONFIG_MTD_PHYSMAP_BANKWIDTH=0 # CONFIG_MTD_IMPA7 is not set # CONFIG_MTD_INTEL_VR_NOR is not set # CONFIG_MTD_PLATRAM is not set