microblaze: Enable DTC compilation
authorMichal Simek <monstr@monstr.eu>
Mon, 30 Nov 2009 08:26:09 +0000 (09:26 +0100)
committerMichal 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

index 165cf06..fd53e50 100644 (file)
@@ -79,6 +79,9 @@ config PCI
 config NO_DMA
        def_bool y
 
+config DTC
+       def_bool y
+
 source "init/Kconfig"
 
 source "kernel/Kconfig.freezer"