blob: 8059eb76f8eb7cfdf6273e12131ca9e0566435b8 [file] [log] [blame]
Jayachandran C2f6528e2012-07-13 21:53:22 +05301if NLM_XLP_BOARD || NLM_XLR_BOARD
2
3if NLM_XLP_BOARD
4config DT_XLP_EVP
5 bool "Built-in device tree for XLP EVP/SVP boards"
6 default y
7 help
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
12endif
13
Jayachandran C7f058e82011-05-07 01:36:57 +053014config NLM_COMMON
15 bool
Jayachandran C2f6528e2012-07-13 21:53:22 +053016
17endif