aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/microblaze/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index 76818f926539..2b37820555bc 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -17,6 +17,8 @@ config MICROBLAZE
17 select HAVE_DMA_ATTRS 17 select HAVE_DMA_ATTRS
18 select HAVE_DMA_API_DEBUG 18 select HAVE_DMA_API_DEBUG
19 select TRACING_SUPPORT 19 select TRACING_SUPPORT
20 select OF
21 select OF_FLATTREE
20 22
21config SWAP 23config SWAP
22 def_bool n 24 def_bool n
@@ -125,8 +127,7 @@ config CMDLINE_FORCE
125 override those passed by the boot loader. 127 override those passed by the boot loader.
126 128
127config OF 129config OF
128 def_bool y 130 bool
129 select OF_FLATTREE
130 131
131config PROC_DEVICETREE 132config PROC_DEVICETREE
132 bool "Support for device tree in /proc" 133 bool "Support for device tree in /proc"