diff options
author | David Daney <david.daney@cavium.com> | 2012-07-05 12:12:38 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-23 08:54:52 -0400 |
commit | 7ed1815296498e9d1bfa1f13e94b743364b14caf (patch) | |
tree | f8988180f1827f9a0f9e251ae79afc80745ec7f6 /arch/mips/Kconfig | |
parent | b01da9f130adbf69cfbad2a65f1327f1382bf4ae (diff) |
MIPS: Octeon: Initialize and fixup device tree.
If a compiled in device tree template is used, trim out unwanted parts
based on legacy platform probing.
Signed-off-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree-discuss@lists.ozlabs.org
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: linux-kernel@vger.kernel.org
Cc: David Daney <david.daney@cavium.com>
Patchwork: https://patchwork.linux-mips.org/patch/3935/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b3e10fdd3898..00045d6ce8ed 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1432,6 +1432,8 @@ config CPU_CAVIUM_OCTEON | |||
1432 | select WEAK_ORDERING | 1432 | select WEAK_ORDERING |
1433 | select CPU_SUPPORTS_HIGHMEM | 1433 | select CPU_SUPPORTS_HIGHMEM |
1434 | select CPU_SUPPORTS_HUGEPAGES | 1434 | select CPU_SUPPORTS_HUGEPAGES |
1435 | select LIBFDT | ||
1436 | select USE_OF | ||
1435 | help | 1437 | help |
1436 | The Cavium Octeon processor is a highly integrated chip containing | 1438 | The Cavium Octeon processor is a highly integrated chip containing |
1437 | many ethernet hardware widgets for networking tasks. The processor | 1439 | many ethernet hardware widgets for networking tasks. The processor |