From: Michal Simek Date: Mon, 30 Nov 2009 08:26:09 +0000 (+0100) Subject: microblaze: Enable DTC compilation X-Git-Tag: Ubuntu-5.10.0-12.13~30357^2~8 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3c5e56724d27104f242523d994204a866e05fb54;p=mirror_ubuntu-hirsute-kernel.git 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 --- diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 165cf06b9b0e..fd53e500be67 100644 --- 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"