Commit 8eb2709b authored by David Woodhouse's avatar David Woodhouse

[MTD] add missing dependencies on MTD_PARTITIONS

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent e3e7f327
# drivers/mtd/maps/Kconfig # drivers/mtd/maps/Kconfig
# $Id: Kconfig,v 1.40 2004/12/09 20:01:05 holindho Exp $ # $Id: Kconfig,v 1.42 2005/01/05 16:59:50 dwmw2 Exp $
menu "Mapping drivers for chip access" menu "Mapping drivers for chip access"
depends on MTD!=n depends on MTD!=n
...@@ -159,7 +159,7 @@ config MTD_VMAX ...@@ -159,7 +159,7 @@ config MTD_VMAX
config MTD_SCx200_DOCFLASH config MTD_SCx200_DOCFLASH
tristate "Flash device mapped with DOCCS on NatSemi SCx200" tristate "Flash device mapped with DOCCS on NatSemi SCx200"
depends on X86 && MTD_CFI depends on X86 && MTD_CFI && MTD_PARTITIONS
help help
Enable support for a flash chip mapped using the DOCCS signal on a Enable support for a flash chip mapped using the DOCCS signal on a
National Semiconductor SCx200 processor. National Semiconductor SCx200 processor.
...@@ -407,7 +407,7 @@ config MTD_REDWOOD ...@@ -407,7 +407,7 @@ config MTD_REDWOOD
config MTD_CHESTNUT config MTD_CHESTNUT
tristate "CFI Flash devices mapped on IBM 750FX or IBM 750GX Eval Boards" tristate "CFI Flash devices mapped on IBM 750FX or IBM 750GX Eval Boards"
depends on MTD_CFI && PPC32 && CHESTNUT depends on MTD_CFI && PPC32 && CHESTNUT && MTD_PARTITIONS
help help
This enables access routines for the flash chips on the IBM This enables access routines for the flash chips on the IBM
750FX and 750GX Eval Boards. If you have one of these boards and 750FX and 750GX Eval Boards. If you have one of these boards and
......
# drivers/mtd/nand/Kconfig # drivers/mtd/nand/Kconfig
# $Id: Kconfig,v 1.25 2004/11/29 22:40:45 dwmw2 Exp $ # $Id: Kconfig,v 1.26 2005/01/05 12:42:24 dwmw2 Exp $
menu "NAND Flash Device Drivers" menu "NAND Flash Device Drivers"
depends on MTD!=n depends on MTD!=n
...@@ -198,7 +198,7 @@ config MTD_NAND_DISKONCHIP_BBTWRITE ...@@ -198,7 +198,7 @@ config MTD_NAND_DISKONCHIP_BBTWRITE
config MTD_NAND_NANDSIM config MTD_NAND_NANDSIM
bool "Support for NAND Flash Simulator" bool "Support for NAND Flash Simulator"
depends on MTD_NAND depends on MTD_NAND && MTD_PARTITIONS
help help
The simulator may simulate verious NAND flash chips for the The simulator may simulate verious NAND flash chips for the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment