Browse Source

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 16 năm trước cách đây
mục cha
commit
3c5e56724d
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      arch/microblaze/Kconfig

+ 3 - 0
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"