diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2012-09-18 05:28:54 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-10-01 05:36:34 -0400 |
commit | 0b3e06fdc68a06e68687da4eb009ff484bfab449 (patch) | |
tree | 7ea6abfc36730bbb4bc9f042f870a898a9e12802 /arch/mips/Kconfig | |
parent | cb418b34caddc970c1513e515aaa535246a4bba3 (diff) |
MIPS: Kconfig: Avoid build errors by hiding USE_OF from the user.
b01da9f1 ("MIPS: Prune some target specific code out of prom.c") removed
the generic implementation of device_tree_init, breaking the kernel
build when manually selecting USE_OF.
Hide the config symbol so it can't be selected acidentially anymore.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: David Daney <david.daney@cavium.com>
Patchwork: https://patchwork.linux-mips.org/patch/4346/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 | ||