diff options
author | Dezhong Diao <dediao@cisco.com> | 2010-10-13 02:52:46 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-10-21 13:10:10 -0400 |
commit | f2ffa5ab74f4dfd598860f96ca37a71c4d0a28a8 (patch) | |
tree | be560fcb0633ab1e7c4cc0ff9e016e82f33c5712 /arch/mips/Kconfig | |
parent | 32c97689c46b272302053778f1a6c2facb0e220c (diff) |
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3ad59dde4852..21c75a89496a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2107,6 +2107,13 @@ config SECCOMP | |||
2107 | 2107 | ||
2108 | If unsure, say Y. Only embedded should say N here. | 2108 | If unsure, say Y. Only embedded should say N here. |
2109 | 2109 | ||
2110 | config USE_OF | ||
2111 | bool "Flattened Device Tree support" | ||
2112 | select OF | ||
2113 | select OF_FLATTREE | ||
2114 | help | ||
2115 | Include support for flattened device tree machine descriptions. | ||
2116 | |||
2110 | endmenu | 2117 | endmenu |
2111 | 2118 | ||
2112 | config LOCKDEP_SUPPORT | 2119 | config LOCKDEP_SUPPORT |