summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
authorJamie Iles2011-05-23 11:23:10 +0200
committerDavid Woodhouse2011-05-25 03:22:04 +0200
commitf6c11c1826a6ed853019cf2bdf51489d10c07642 (patch)
tree8219f2427ee2d6f90f03f063522fbbb1d38b092d /drivers/mtd/maps/Kconfig
parentmtd: sa1100-flash: convert to mtd_device_register() (diff)
downloadkernel-qcow2-linux-f6c11c1826a6ed853019cf2bdf51489d10c07642.tar.gz
kernel-qcow2-linux-f6c11c1826a6ed853019cf2bdf51489d10c07642.tar.xz
kernel-qcow2-linux-f6c11c1826a6ed853019cf2bdf51489d10c07642.zip
mtd: scx200_docflash: convert to mtd_device_register()
Convert to mtd_device_register() and remove the CONFIG_MTD_PARTITIONS preprocessor conditionals as partitioning is always available. 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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index d949eee14f14..add25a94ce4a 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -184,7 +184,7 @@ config MTD_VMAX
config MTD_SCx200_DOCFLASH
tristate "Flash device mapped with DOCCS on NatSemi SCx200"
- depends on SCx200 && MTD_CFI && MTD_PARTITIONS
+ depends on SCx200 && MTD_CFI
help
Enable support for a flash chip mapped using the DOCCS signal on a
National Semiconductor SCx200 processor.