Jayachandran C | 2f6528e | 2012-07-13 21:53:22 +0530 | [diff] [blame^] | 1 | if NLM_XLP_BOARD || NLM_XLR_BOARD |
| 2 | |
| 3 | if NLM_XLP_BOARD |
| 4 | config 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 |
| 12 | endif |
| 13 | |
Jayachandran C | 7f058e8 | 2011-05-07 01:36:57 +0530 | [diff] [blame] | 14 | config NLM_COMMON |
| 15 | bool |
Jayachandran C | 2f6528e | 2012-07-13 21:53:22 +0530 | [diff] [blame^] | 16 | |
| 17 | endif |