projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/arch/cris/arch-v32/drivers/Kconfig
b/arch/cris/arch-v32/drivers/Kconfig
index 15a9ed1d579cf8ca10cbc38795c7a2b775449012..28e259de9df9a4586c6d16645cff557642464535 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.