Commit 9f1ad51b32173a2da3c4fab58bc4f87d6094868f

Authored by Jesper Nilsson
1 parent 4729d77332

CRISv32: Select MTDRAM for axisflashmap

Fixes compile error on allmodconfig.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/cris/arch-v32/drivers/Kconfig
... ... @@ -108,6 +108,7 @@
108 108 select MTD_JEDECPROBE
109 109 select MTD_BLOCK
110 110 select MTD_COMPLEX_MAPPINGS
  111 + select MTD_MTDRAM
111 112 help
112 113 This option enables MTD mapping of flash devices. Needed to use
113 114 flash memories. If unsure, say Y.