projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3540ce8
)
microblaze: Enable DTC compilation
author
Michal Simek
<monstr@monstr.eu>
Mon, 30 Nov 2009 08:26:09 +0000
(09:26 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 14 Dec 2009 07:45:08 +0000
(08:45 +0100)
For simpleImage format we need to compile DTC. There is still possibility
to compile only Linux kernel without DTB compiled-in.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/Kconfig
patch
|
blob
|
history
diff --git
a/arch/microblaze/Kconfig
b/arch/microblaze/Kconfig
index 165cf06b9b0e1193e9e55df390e4a8eef2fe7d08..fd53e500be67b21e5d48c96f9e745d8dfa0e158a 100644
(file)
--- a/
arch/microblaze/Kconfig
+++ b/
arch/microblaze/Kconfig
@@
-79,6
+79,9
@@
config PCI
config NO_DMA
def_bool y
+config DTC
+ def_bool y
+
source "init/Kconfig"
source "kernel/Kconfig.freezer"