Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c5e5672 authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <monstr@monstr.eu>
parent 3540ce82
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -79,6 +79,9 @@ config PCI
config NO_DMA
	def_bool y

config DTC
	def_bool y

source "init/Kconfig"

source "kernel/Kconfig.freezer"