diff options
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 |