]> Pileus Git - ~andy/linux/commitdiff
MIPS: Kconfig: Avoid build errors by hiding USE_OF from the user.
authorJonas Gorski <jonas.gorski@gmail.com>
Tue, 18 Sep 2012 09:28:54 +0000 (11:28 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 1 Oct 2012 09:36:34 +0000 (11:36 +0200)
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>
arch/mips/Kconfig

index 566462c358c5aace3b6ba9747852558aebd34291..bbd193b9dfbb18ce72420ea5803ab1490bd65c7b 100644 (file)
@@ -2371,12 +2371,10 @@ config SECCOMP
          If unsure, say Y. Only embedded should say N here.
 
 config USE_OF
-       bool "Flattened Device Tree support"
+       bool
        select OF
        select OF_EARLY_FLATTREE
        select IRQ_DOMAIN
-       help
-         Include support for flattened device tree machine descriptions.
 
 endmenu