瀏覽代碼

microblaze: Enable DTC compilation

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>
Michal Simek 15 年之前
父節點
當前提交
3c5e56724d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      arch/microblaze/Kconfig

+ 3 - 0
arch/microblaze/Kconfig

@@ -79,6 +79,9 @@ config PCI
 config NO_DMA
 config NO_DMA
 	def_bool y
 	def_bool y
 
 
+config DTC
+	def_bool y
+
 source "init/Kconfig"
 source "init/Kconfig"
 
 
 source "kernel/Kconfig.freezer"
 source "kernel/Kconfig.freezer"