aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorJamie Iles <jamie@jamieiles.com>2011-05-23 10:23:43 +0100
committerDavid Woodhouse <David.Woodhouse@intel.com>2011-05-25 02:25:35 +0100
commit6a8a98b22b10f1560d5f90aded4a54234b9b2724 (patch)
treec0757487bad9e1774bebc6fff935e275f036809a /drivers/mtd/nand/Kconfig
parenteea72d5fdf59879edb2c6639b0b7cc385e0df646 (diff)
downloadkernel_samsung_smdk4412-6a8a98b22b10f1560d5f90aded4a54234b9b2724.zip
kernel_samsung_smdk4412-6a8a98b22b10f1560d5f90aded4a54234b9b2724.tar.gz
kernel_samsung_smdk4412-6a8a98b22b10f1560d5f90aded4a54234b9b2724.tar.bz2
mtd: kill CONFIG_MTD_PARTITIONS
Now that none of the drivers use CONFIG_MTD_PARTITIONS we can remove it from Kconfig and the last remaining uses. 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/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 333d231..4c34252 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -419,7 +419,6 @@ config MTD_NAND_TMIO
config MTD_NAND_NANDSIM
tristate "Support for NAND Flash Simulator"
- depends on MTD_PARTITIONS
help
The simulator may simulate various NAND flash chips for the
MTD nand layer.
@@ -513,7 +512,7 @@ config MTD_NAND_SOCRATES
config MTD_NAND_NUC900
tristate "Support for NAND on Nuvoton NUC9xx/w90p910 evaluation boards."
- depends on ARCH_W90X900 && MTD_PARTITIONS
+ depends on ARCH_W90X900
help
This enables the driver for the NAND Flash on evaluation board based
on w90p910 / NUC9xx.