summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorJamie Iles2011-05-23 11:23:24 +0200
committerDavid Woodhouse2011-05-25 03:23:29 +0200
commitc4a5522020ab3842880359aaae4464f08dcc74d5 (patch)
treeff077f3154fb67519dd9f8839bd54849ec8ecd82 /drivers/mtd/nand/Kconfig
parentmtd: fsmc_nand: convert to mtd_device_register() (diff)
downloadkernel-qcow2-linux-c4a5522020ab3842880359aaae4464f08dcc74d5.tar.gz
kernel-qcow2-linux-c4a5522020ab3842880359aaae4464f08dcc74d5.tar.xz
kernel-qcow2-linux-c4a5522020ab3842880359aaae4464f08dcc74d5.zip
mtd: h1910: 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/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index edec457d361d..333d23122226 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -92,7 +92,7 @@ config MTD_NAND_EDB7312
config MTD_NAND_H1900
tristate "iPAQ H1900 flash"
- depends on ARCH_PXA && MTD_PARTITIONS
+ depends on ARCH_PXA
help
This enables the driver for the iPAQ h1900 flash.