diff options
-rw-r--r-- | arch/microblaze/Kconfig | 5 |
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 | ||
21 | config SWAP | 23 | config 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 | ||
127 | config OF | 129 | config OF |
128 | def_bool y | 130 | bool |
129 | select OF_FLATTREE | ||
130 | 131 | ||
131 | config PROC_DEVICETREE | 132 | config PROC_DEVICETREE |
132 | bool "Support for device tree in /proc" | 133 | bool "Support for device tree in /proc" |