1 if NLM_XLP_BOARD || NLM_XLR_BOARD
5 bool "Built-in device tree for XLP EVP/SVP boards"
8 Add an FDT blob for XLP EVP and SVP boards into the kernel.
9 This DTB will be used if the firmware does not pass in a DTB
10 pointer to the kernel. The corresponding DTS file is at
11 arch/mips/netlogic/dts/xlp_evp.dts
14 bool "Support for multi-chip boards"
15 depends on NLM_XLP_BOARD
18 Add support for boards with 2 or 4 XLPs connected over ICI.
22 prompt "Number of XLPs on the board"
23 default NLM_MULTINODE_2
25 In the multi-node case, specify the number of SoCs on the board.
27 config NLM_MULTINODE_2
30 Support boards with upto two XLPs connected over ICI.
32 config NLM_MULTINODE_4
35 Support boards with upto four XLPs connected over ICI.