diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-06 07:21:28 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:08:06 -0500 |
commit | 79e04fdbb3423f6faa0d93e5ec41c2c2741d4052 (patch) | |
tree | ae7930c9a314d4c674d0acfc634f11b72569a866 /arch/cris/Kconfig | |
parent | c261038108b814a1ea1e85daeaa950cbd35a7db7 (diff) |
CRIS: Move ETRAX_AXISFLASHMAP to common Kconfig file.
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index e6d440ae5e5b..90d801331586 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -259,6 +259,21 @@ menu "Drivers for built-in interfaces" | |||
259 | source arch/cris/arch-v10/drivers/Kconfig | 259 | source arch/cris/arch-v10/drivers/Kconfig |
260 | source arch/cris/arch-v32/drivers/Kconfig | 260 | source arch/cris/arch-v32/drivers/Kconfig |
261 | 261 | ||
262 | config ETRAX_AXISFLASHMAP | ||
263 | bool "Axis flash-map support" | ||
264 | select MTD | ||
265 | select MTD_CFI | ||
266 | select MTD_CFI_AMDSTD | ||
267 | select MTD_JEDECPROBE if ETRAX_ARCH_V32 | ||
268 | select MTD_CHAR | ||
269 | select MTD_BLOCK | ||
270 | select MTD_PARTITIONS | ||
271 | select MTD_CONCAT | ||
272 | select MTD_COMPLEX_MAPPINGS | ||
273 | help | ||
274 | This option enables MTD mapping of flash devices. Needed to use | ||
275 | flash memories. If unsure, say Y. | ||
276 | |||
262 | config ETRAX_RTC | 277 | config ETRAX_RTC |
263 | bool "Real Time Clock support" | 278 | bool "Real Time Clock support" |
264 | depends on ETRAX_I2C | 279 | depends on ETRAX_I2C |