diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 0a9b5b8b2a19..f489ec30e071 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2218,7 +2218,7 @@ config SECCOMP | |||
2218 | config USE_OF | 2218 | config USE_OF |
2219 | bool "Flattened Device Tree support" | 2219 | bool "Flattened Device Tree support" |
2220 | select OF | 2220 | select OF |
2221 | select OF_FLATTREE | 2221 | select OF_EARLY_FLATTREE |
2222 | help | 2222 | help |
2223 | Include support for flattened device tree machine descriptions. | 2223 | Include support for flattened device tree machine descriptions. |
2224 | 2224 | ||