]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Sun, 23 Sep 2012 17:23:16 +0000 (19:23 +0200)
commit0d3558848eb25784d20a5f4eed9ec04b35f99bad
tree9741460e729f0df508d4f1bd22a079ddbd25b74c
parente5e77cf9f9a275083f9a365a20d956fa8a67803e
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>
arch/mips/Kconfig