diff options
author | Michal Simek <monstr@monstr.eu> | 2009-11-30 03:26:09 -0500 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 02:45:08 -0500 |
commit | 3c5e56724d27104f242523d994204a866e05fb54 (patch) | |
tree | c49b7ddd54730989f7ab2fd8099ca58bb006db81 /arch/microblaze | |
parent | 3540ce8238c2d29a2a20a1876575c0064d0da23e (diff) |
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
79 | config NO_DMA | 79 | config NO_DMA |
80 | def_bool y | 80 | def_bool y |
81 | 81 | ||
82 | config DTC | ||
83 | def_bool y | ||
84 | |||
82 | source "init/Kconfig" | 85 | source "init/Kconfig" |
83 | 86 | ||
84 | source "kernel/Kconfig.freezer" | 87 | source "kernel/Kconfig.freezer" |