summaryrefslogtreecommitdiff
path: root/arch/mips/netlogic/Kconfig
blob: 8059eb76f8eb7cfdf6273e12131ca9e0566435b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if NLM_XLP_BOARD || NLM_XLR_BOARD

if NLM_XLP_BOARD
config DT_XLP_EVP
	bool "Built-in device tree for XLP EVP/SVP boards"
	default y
	help
	  Add an FDT blob for XLP EVP and SVP 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
endif

config NLM_COMMON
	bool

endif