Browse Source

CRISv32: Select MTDRAM for axisflashmap

Fixes compile error on allmodconfig.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Jesper Nilsson 10 years ago
parent
commit
9f1ad51b32
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/cris/arch-v32/drivers/Kconfig

+ 1 - 0
arch/cris/arch-v32/drivers/Kconfig

@@ -108,6 +108,7 @@ config ETRAX_AXISFLASHMAP
 	select MTD_JEDECPROBE
 	select MTD_JEDECPROBE
 	select MTD_BLOCK
 	select MTD_BLOCK
 	select MTD_COMPLEX_MAPPINGS
 	select MTD_COMPLEX_MAPPINGS
+	select MTD_MTDRAM
 	help
 	help
 	  This option enables MTD mapping of flash devices.  Needed to use
 	  This option enables MTD mapping of flash devices.  Needed to use
 	  flash memories.  If unsure, say Y.
 	  flash memories.  If unsure, say Y.