aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorDezhong Diao <dediao@cisco.com>2010-10-13 00:52:46 -0600
committerGrant Likely <grant.likely@secretlab.ca>2010-10-21 11:10:10 -0600
commitf2ffa5ab74f4dfd598860f96ca37a71c4d0a28a8 (patch)
treebe560fcb0633ab1e7c4cc0ff9e016e82f33c5712 /arch/mips/Kconfig
parent32c97689c46b272302053778f1a6c2facb0e220c (diff)
downloadkernel_samsung_smdk4412-f2ffa5ab74f4dfd598860f96ca37a71c4d0a28a8.zip
kernel_samsung_smdk4412-f2ffa5ab74f4dfd598860f96ca37a71c4d0a28a8.tar.gz
kernel_samsung_smdk4412-f2ffa5ab74f4dfd598860f96ca37a71c4d0a28a8.tar.bz2
of/mips: Add device tree support to MIPS
Add the ability to enable CONFIG_OF on the MIPS architecture. Signed-off-by: Dezhong Diao <dediao@cisco.com> [grant.likely@secretlab.ca: cleared out obsolete hooks, removed ARCH_HAS_DEVTREE_MEM, remove __init tags from header file, removed debugfs support hunk] [ddaney@linux-mips.org: backed out over aggressive trimming of hooks] Acked-by: Ralf Baechle <ralf@linux-mips.org> Tested-by: David Daney <ddaney@caviumnetworks.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 3ad59dd..21c75a8 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2107,6 +2107,13 @@ config SECCOMP
If unsure, say Y. Only embedded should say N here.
+config USE_OF
+ bool "Flattened Device Tree support"
+ select OF
+ select OF_FLATTREE
+ help
+ Include support for flattened device tree machine descriptions.
+
endmenu
config LOCKDEP_SUPPORT