diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 784cf822963a..46cae2b163e4 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2128,6 +2128,13 @@ config SECCOMP | |||
2128 | 2128 | ||
2129 | If unsure, say Y. Only embedded should say N here. | 2129 | If unsure, say Y. Only embedded should say N here. |
2130 | 2130 | ||
2131 | config USE_OF | ||
2132 | bool "Flattened Device Tree support" | ||
2133 | select OF | ||
2134 | select OF_FLATTREE | ||
2135 | help | ||
2136 | Include support for flattened device tree machine descriptions. | ||
2137 | |||
2131 | endmenu | 2138 | endmenu |
2132 | 2139 | ||
2133 | config LOCKDEP_SUPPORT | 2140 | config LOCKDEP_SUPPORT |