diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 566462c358c5..bbd193b9dfbb 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2371,12 +2371,10 @@ config SECCOMP | |||
2371 | If unsure, say Y. Only embedded should say N here. | 2371 | If unsure, say Y. Only embedded should say N here. |
2372 | 2372 | ||
2373 | config USE_OF | 2373 | config USE_OF |
2374 | bool "Flattened Device Tree support" | 2374 | bool |
2375 | select OF | 2375 | select OF |
2376 | select OF_EARLY_FLATTREE | 2376 | select OF_EARLY_FLATTREE |
2377 | select IRQ_DOMAIN | 2377 | select IRQ_DOMAIN |
2378 | help | ||
2379 | Include support for flattened device tree machine descriptions. | ||
2380 | 2378 | ||
2381 | endmenu | 2379 | endmenu |
2382 | 2380 | ||