diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2011-12-05 10:08:08 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-01-09 13:15:31 -0500 |
commit | 70a3c167c4bf38b5ffd07d8506230ecc20ef7ab1 (patch) | |
tree | 520c452c53100751d02e30bd105e633a8c3639f9 /drivers/mtd/Kconfig | |
parent | ca105f4d9823f916a4718c4bc766fd14842056f2 (diff) |
mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parser
Recent BCM63XX devices support a variety of flash types (parallel, SPI,
NAND) and share the partition layout. To prevent code duplication make
the CFE partition parsing code a stand alone mtd parser to allow SPI or
NAND flash drivers to use it.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 318a869286ab..1be621841400 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig | |||
@@ -140,6 +140,14 @@ config MTD_AR7_PARTS | |||
140 | ---help--- | 140 | ---help--- |
141 | TI AR7 partitioning support | 141 | TI AR7 partitioning support |
142 | 142 | ||
143 | config MTD_BCM63XX_PARTS | ||
144 | tristate "BCM63XX CFE partitioning support" | ||
145 | depends on BCM63XX | ||
146 | select CRC32 | ||
147 | help | ||
148 | This provides partions parsing for BCM63xx devices with CFE | ||
149 | bootloaders. | ||
150 | |||
143 | comment "User Modules And Translation Layers" | 151 | comment "User Modules And Translation Layers" |
144 | 152 | ||
145 | config MTD_CHAR | 153 | config MTD_CHAR |