summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
authorJamie Iles2011-05-23 11:22:50 +0200
committerDavid Woodhouse2011-05-25 03:20:48 +0200
commit3dfad123e81cdf11642aa63da1149ee71a369d2d (patch)
tree971642bf84d176dc7b52cfccc95a420158a0e6d7 /drivers/mtd/maps/Kconfig
parentmtd: ixp: convert to mtd_device_register() (diff)
downloadkernel-qcow2-linux-3dfad123e81cdf11642aa63da1149ee71a369d2d.tar.gz
kernel-qcow2-linux-3dfad123e81cdf11642aa63da1149ee71a369d2d.tar.xz
kernel-qcow2-linux-3dfad123e81cdf11642aa63da1149ee71a369d2d.zip
mtd: pxa: convert to mtd_device_register()
Convert to mtd_device_register() and remove the CONFIG_MTD_PARTITIONS preprocessor conditionals as partitioning is always available. Cc: Cc: David Woodhouse <dwmw2@infradead.org> Cc: Artem Bityutskiy <dedekind1@gmail.com> Signed-off-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r--drivers/mtd/maps/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 44b1f46458ca..34e72dfda49a 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -161,7 +161,6 @@ config MTD_SBC_GXX
config MTD_PXA2XX
tristate "CFI Flash device mapped on Intel XScale PXA2xx based boards"
depends on (PXA25x || PXA27x) && MTD_CFI_INTELEXT
- select MTD_PARTITIONS
help
This provides a driver for the NOR flash attached to a PXA2xx chip.