diff options
author | Ganesan Ramalingam <ganesanr@broadcom.com> | 2013-08-11 05:14:00 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-09-03 17:22:20 -0400 |
commit | 1cf0e1be813cd9305f47b0a39ea50f1af29e2bc0 (patch) | |
tree | 5faf210f1490f76392939ca3d7b25a1c0bb6330f /arch/mips/netlogic/Kconfig | |
parent | 9eac3591e78bb1bf09991b791d6602032d9fd11d (diff) |
MIPS: Netlogic: Built-in DTB for XLP2xx SoC boards
Add a default built-in device tree for XLP2xx SoC. The new file
xlp_fvp.dts has updated entries for I2C and memory.
Signed-off-by: Ganesan Ramalingam <ganesanr@broadcom.com>
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5705/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/netlogic/Kconfig')
-rw-r--r-- | arch/mips/netlogic/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/netlogic/Kconfig b/arch/mips/netlogic/Kconfig index 2447bf97d35a..852a4ee09954 100644 --- a/arch/mips/netlogic/Kconfig +++ b/arch/mips/netlogic/Kconfig | |||
@@ -19,6 +19,15 @@ config DT_XLP_SVP | |||
19 | pointer to the kernel. The corresponding DTS file is at | 19 | pointer to the kernel. The corresponding DTS file is at |
20 | arch/mips/netlogic/dts/xlp_svp.dts | 20 | arch/mips/netlogic/dts/xlp_svp.dts |
21 | 21 | ||
22 | config DT_XLP_FVP | ||
23 | bool "Built-in device tree for XLP FVP boards" | ||
24 | default y | ||
25 | help | ||
26 | Add an FDT blob for XLP FVP board into the kernel. | ||
27 | This DTB will be used if the firmware does not pass in a DTB | ||
28 | pointer to the kernel. The corresponding DTS file is at | ||
29 | arch/mips/netlogic/dts/xlp_fvp.dts | ||
30 | |||
22 | config NLM_MULTINODE | 31 | config NLM_MULTINODE |
23 | bool "Support for multi-chip boards" | 32 | bool "Support for multi-chip boards" |
24 | depends on NLM_XLP_BOARD | 33 | depends on NLM_XLP_BOARD |