aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r--drivers/mtd/maps/Kconfig28
1 files changed, 27 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 7abd7fee0ddaa6..4457fed876a07d 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -409,11 +409,37 @@ config MTD_OCELOT
config MTD_SOLUTIONENGINE
tristate "CFI Flash device mapped on Hitachi SolutionEngine"
- depends on SUPERH && MTD_CFI && MTD_REDBOOT_PARTS
+ depends on SUPERH && MTD_CFI
help
This enables access to the flash chips on the Hitachi SolutionEngine and
similar boards. Say 'Y' if you are building a kernel for such a board.
+config MTD_SUPERH_RESERVE
+ hex "Default reserved Flash size"
+ depends on MTD_SOLUTIONENGINE
+ default 300000
+ help
+ The reserved memory is used by kernel and ram disk themselves. It's
+ starting from 0.
+
+config MTD_MPC1211
+ tristate "CFI Flash device mapped on Interface MPC-1211"
+ depends on SUPERH && SH_MPC1211 && MTD_CFI
+ help
+ This enables access to the flash chips on the Interface MPC-1211(CTP/PCI/MPC-SH02).
+ Say 'Y' if you are building a kernel for such a board.
+
+config MTD_RTS7751R2D
+ tristate "CFI Flash device mapped on Renesas RTS7751R2D"
+ depends on SUPERH && SH_RTS7751R2D && MTD_CFI && MTD_PARTITIONS
+ help
+ This enables access to the flash chips on the Renesas Technology Sales RTS7751R2D.
+ Say 'Y' if you are building a kernel for such a board.
+
+config MTD_MICRODEV
+ tristate "CFI Flash device mapped on SuperH SH4-202 MicroDev"
+ depends on SUPERH && SH_SH4202_MICRODEV && MTD_CFI && MTD_PARTITIONS
+
config MTD_ARM_INTEGRATOR
tristate "CFI Flash device mapped on ARM Integrator/P720T"
depends on ARM && MTD_CFI