# SPDX-License-Identifier: GPL-2.0 if [31mCONFIG_NLM_XLP_BOARD[0m || [31mCONFIG_NLM_XLR_BOARD[0m if [31mCONFIG_NLM_XLP_BOARD[0m config [31mCONFIG_DT_XLP_EVP[0m bool "Built-in device tree for XLP EVP boards" default y select [31mCONFIG_BUILTIN_DTB[0m help Add an FDT blob for XLP EVP boards into the kernel. This DTB will be used if the firmware does not pass in a DTB pointer to the kernel. The corresponding DTS file is at arch/mips/netlogic/dts/xlp_evp.dts config [31mCONFIG_DT_XLP_SVP[0m bool "Built-in device tree for XLP SVP boards" default y select [31mCONFIG_BUILTIN_DTB[0m help Add an FDT blob for XLP VP boards into the kernel. This DTB will be used if the firmware does not pass in a DTB pointer to the kernel. The corresponding DTS file is at arch/mips/netlogic/dts/xlp_svp.dts config [31mCONFIG_DT_XLP_FVP[0m bool "Built-in device tree for XLP FVP boards" default y select [31mCONFIG_BUILTIN_DTB[0m help Add an FDT blob for XLP FVP board into the kernel. This DTB will be used if the firmware does not pass in a DTB pointer to the kernel. The corresponding DTS file is at arch/mips/netlogic/dts/xlp_fvp.dts config [31mCONFIG_DT_XLP_GVP[0m bool "Built-in device tree for XLP GVP boards" default y select [31mCONFIG_BUILTIN_DTB[0m help Add an FDT blob for XLP GVP board into the kernel. This DTB will be used if the firmware does not pass in a DTB pointer to the kernel. The corresponding DTS file is at arch/mips/netlogic/dts/xlp_gvp.dts config [31mCONFIG_DT_XLP_RVP[0m bool "Built-in device tree for XLP RVP boards" default y help Add an FDT blob for XLP RVP board into the kernel. This DTB will be used if the firmware does not pass in a DTB pointer to the kernel. The corresponding DTS file is at arch/mips/netlogic/dts/xlp_rvp.dts config [31mCONFIG_NLM_MULTINODE[0m bool "Support for multi-chip boards" depends on [31mCONFIG_NLM_XLP_BOARD[0m default n help Add support for boards with 2 or 4 XLPs connected over ICI. if [31mCONFIG_NLM_MULTINODE[0m choice prompt "Number of XLPs on the board" default [31mCONFIG_NLM_MULTINODE_2[0m help In the multi-node case, specify the number of SoCs on the board. config [31mCONFIG_NLM_MULTINODE_2[0m bool "Dual-XLP board" help Support boards with upto two XLPs connected over ICI. config [31mCONFIG_NLM_MULTINODE_4[0m bool "Quad-XLP board" help Support boards with upto four XLPs connected over ICI. endchoice endif endif config [31mCONFIG_NLM_COMMON[0m bool endif |