1 # SPDX-License-Identifier: GPL-2.0
2 if NLM_XLP_BOARD || NLM_XLR_BOARD
6 bool "Built-in device tree for XLP EVP boards"
10 Add an FDT blob for XLP EVP boards into the kernel.
11 This DTB will be used if the firmware does not pass in a DTB
12 pointer to the kernel. The corresponding DTS file is at
13 arch/mips/netlogic/dts/xlp_evp.dts
16 bool "Built-in device tree for XLP SVP boards"
20 Add an FDT blob for XLP VP boards into the kernel.
21 This DTB will be used if the firmware does not pass in a DTB
22 pointer to the kernel. The corresponding DTS file is at
23 arch/mips/netlogic/dts/xlp_svp.dts
26 bool "Built-in device tree for XLP FVP boards"
30 Add an FDT blob for XLP FVP board into the kernel.
31 This DTB will be used if the firmware does not pass in a DTB
32 pointer to the kernel. The corresponding DTS file is at
33 arch/mips/netlogic/dts/xlp_fvp.dts
36 bool "Built-in device tree for XLP GVP boards"
40 Add an FDT blob for XLP GVP board into the kernel.
41 This DTB will be used if the firmware does not pass in a DTB
42 pointer to the kernel. The corresponding DTS file is at
43 arch/mips/netlogic/dts/xlp_gvp.dts
46 bool "Built-in device tree for XLP RVP boards"
49 Add an FDT blob for XLP RVP board into the kernel.
50 This DTB will be used if the firmware does not pass in a DTB
51 pointer to the kernel. The corresponding DTS file is at
52 arch/mips/netlogic/dts/xlp_rvp.dts
55 bool "Support for multi-chip boards"
56 depends on NLM_XLP_BOARD
59 Add support for boards with 2 or 4 XLPs connected over ICI.
63 prompt "Number of XLPs on the board"
64 default NLM_MULTINODE_2
66 In the multi-node case, specify the number of SoCs on the board.
68 config NLM_MULTINODE_2
71 Support boards with upto two XLPs connected over ICI.
73 config NLM_MULTINODE_4
76 Support boards with upto four XLPs connected over ICI.