diff options
author | Ben Dooks <ben@simtec.co.uk> | 2005-02-18 06:03:48 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-05-23 06:40:28 -0400 |
commit | 7685359656774e0348835f72a68e201fe0285fa9 (patch) | |
tree | 79329eaf11afcdecd5d211f3ea24535d47bcea08 /drivers/mtd/maps/Kconfig | |
parent | 332d71f7682d860b4439e197bc0ae85867458e1b (diff) |
[MTD] Update BAST driver configuration
update the BAST driver config (which already supports the vr1000) to
be selected only if the vr1000 has been configured
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 7d21d432f380..d29dc121c1f7 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | # drivers/mtd/maps/Kconfig | 1 | # drivers/mtd/maps/Kconfig |
2 | # $Id: Kconfig,v 1.43 2005/01/24 00:35:21 bjd Exp $ | 2 | # $Id: Kconfig,v 1.44 2005/02/18 11:03:45 bjd Exp $ |
3 | 3 | ||
4 | menu "Mapping drivers for chip access" | 4 | menu "Mapping drivers for chip access" |
5 | depends on MTD!=n | 5 | depends on MTD!=n |
@@ -637,13 +637,14 @@ config MTD_DMV182 | |||
637 | Map driver for Dy-4 SVME/DMV-182 board. | 637 | Map driver for Dy-4 SVME/DMV-182 board. |
638 | 638 | ||
639 | config MTD_BAST | 639 | config MTD_BAST |
640 | tristate "Map driver for Simtec BAST (EB2410ITX)" | 640 | tristate "Map driver for Simtec BAST (EB2410ITX) or Thorcom VR1000" |
641 | depends on ARCH_BAST | 641 | depends on ARCH_BAST || MACH_VR1000 |
642 | select MTD_PARTITIONS | 642 | select MTD_PARTITIONS |
643 | select MTD_MAP_BANK_WIDTH_16 | 643 | select MTD_MAP_BANK_WIDTH_16 |
644 | select MTD_JEDECPROBE | 644 | select MTD_JEDECPROBE |
645 | help | 645 | help |
646 | Map driver for NOR flash on the Simtec BAST (EB2410ITX). | 646 | Map driver for NOR flash on the Simtec BAST (EB2410ITX), or the |
647 | Thorcom VR1000 | ||
647 | 648 | ||
648 | Note, this driver *cannot* over-ride the WP link on the | 649 | Note, this driver *cannot* over-ride the WP link on the |
649 | board, or currently detect the state of the link. | 650 | board, or currently detect the state of the link. |