projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2453220
)
Blackfin: glue XIP/ROM kernel kconfigs
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 16 Oct 2010 23:46:21 +0000
(19:46 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 22 Oct 2010 20:30:00 +0000
(16:30 -0400)
Different arches use different names, so make sure we define both so
common code (like MTD_XIP) "just works".
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/Kconfig
b/arch/blackfin/Kconfig
index dd5970dfa696989822538cffe165d1f537f13194..d9a1cb7ec30a136456e480c2d54e620cc4cec590 100644
(file)
--- a/
arch/blackfin/Kconfig
+++ b/
arch/blackfin/Kconfig
@@
-928,6
+928,12
@@
config ROMKERNEL
endchoice
+# Common code uses "ROMKERNEL" or "XIP_KERNEL", so define both
+config XIP_KERNEL
+ bool
+ default y
+ depends on ROMKERNEL
+
source "mm/Kconfig"
config BFIN_GPTIMERS