projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4729d77
)
CRISv32: Select MTDRAM for axisflashmap
author
Jesper Nilsson
<jespern@axis.com>
Mon, 27 Oct 2014 08:09:14 +0000
(09:09 +0100)
committer
Jesper Nilsson
<jespern@axis.com>
Fri, 19 Dec 2014 23:05:56 +0000
(
00:05
+0100)
Fixes compile error on allmodconfig.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/arch-v32/drivers/Kconfig
patch
|
blob
|
history
diff --git
a/arch/cris/arch-v32/drivers/Kconfig
b/arch/cris/arch-v32/drivers/Kconfig
index
15a9ed1
..
28e259d
100644
(file)
--- a/
arch/cris/arch-v32/drivers/Kconfig
+++ b/
arch/cris/arch-v32/drivers/Kconfig
@@
-108,6
+108,7
@@
config ETRAX_AXISFLASHMAP
select MTD_JEDECPROBE
select MTD_BLOCK
select MTD_COMPLEX_MAPPINGS
+ select MTD_MTDRAM
help
This option enables MTD mapping of flash devices. Needed to use
flash memories. If unsure, say Y.