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/arch-v32 | |
parent | c261038108b814a1ea1e85daeaa950cbd35a7db7 (diff) |
CRIS: Move ETRAX_AXISFLASHMAP to common Kconfig file.
Diffstat (limited to 'arch/cris/arch-v32')
-rw-r--r-- | arch/cris/arch-v32/drivers/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/cris/arch-v32/drivers/Kconfig b/arch/cris/arch-v32/drivers/Kconfig index 849c89bd0322..2a92cb1886ca 100644 --- a/arch/cris/arch-v32/drivers/Kconfig +++ b/arch/cris/arch-v32/drivers/Kconfig | |||
@@ -378,22 +378,6 @@ config ETRAX_RS485_DISABLE_RECEIVER | |||
378 | It is necessary to disable the serial receiver to avoid serial | 378 | It is necessary to disable the serial receiver to avoid serial |
379 | loopback. Not all products are able to do this in software only. | 379 | loopback. Not all products are able to do this in software only. |
380 | 380 | ||
381 | config ETRAX_AXISFLASHMAP | ||
382 | bool "Axis flash-map support" | ||
383 | depends on ETRAX_ARCH_V32 | ||
384 | select MTD | ||
385 | select MTD_CFI | ||
386 | select MTD_CFI_AMDSTD | ||
387 | select MTD_JEDECPROBE | ||
388 | select MTD_CHAR | ||
389 | select MTD_BLOCK | ||
390 | select MTD_PARTITIONS | ||
391 | select MTD_CONCAT | ||
392 | select MTD_COMPLEX_MAPPINGS | ||
393 | help | ||
394 | This option enables MTD mapping of flash devices. Needed to use | ||
395 | flash memories. If unsure, say Y. | ||
396 | |||
397 | config ETRAX_SYNCHRONOUS_SERIAL | 381 | config ETRAX_SYNCHRONOUS_SERIAL |
398 | bool "Synchronous serial-port support" | 382 | bool "Synchronous serial-port support" |
399 | depends on ETRAX_ARCH_V32 | 383 | depends on ETRAX_ARCH_V32 |