diff options
author | Nico Pitre <nico@cam.org> | 2005-07-01 18:55:24 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-07-06 06:22:16 -0400 |
commit | cbec19aeb3a3bfafe1d38f6efbea6a7023d31cb9 (patch) | |
tree | 95c15acd7cfa344d7f719ca1405e00fd44cec91f /drivers/mtd/maps/Kconfig | |
parent | ba9fb37ba07219fa251edbab1a50fdc7b33da5fa (diff) |
[MTD] Add mapping driver for Intel PXA27x Mainstone board flash.
From: Nicolas Pitre <nico@cam.org>
Signed-off-by: Todd Poynor <tpoynor@mvista.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 8d27dbf3fa8e..dbe1716c9724 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.51 2005/03/18 02:07:22 gleixner Exp $ | 2 | # $Id: Kconfig,v 1.54 2005/06/30 22:41:36 tpoynor 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 |
@@ -129,6 +129,14 @@ config MTD_LUBBOCK | |||
129 | This provides a driver for the on-board flash of the Intel | 129 | This provides a driver for the on-board flash of the Intel |
130 | 'Lubbock' XScale evaluation board. | 130 | 'Lubbock' XScale evaluation board. |
131 | 131 | ||
132 | config MTD_MAINSTONE | ||
133 | tristate "CFI Flash device mapped on Intel Mainstone XScale eval board" | ||
134 | depends on MACH_MAINSTONE && MTD_CFI_INTELEXT | ||
135 | select MTD_PARTITIONS | ||
136 | help | ||
137 | This provides a driver for the on-board flash of the Intel | ||
138 | 'Mainstone PXA27x evaluation board. | ||
139 | |||
132 | config MTD_OCTAGON | 140 | config MTD_OCTAGON |
133 | tristate "JEDEC Flash device mapped on Octagon 5066 SBC" | 141 | tristate "JEDEC Flash device mapped on Octagon 5066 SBC" |
134 | depends on X86 && MTD_JEDEC && MTD_COMPLEX_MAPPINGS | 142 | depends on X86 && MTD_JEDEC && MTD_COMPLEX_MAPPINGS |