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 |
Jayachandran C | 035114f | 2013-03-23 17:27:59 +0000 | [diff] [blame] | 5 | bool "Built-in device tree for XLP EVP boards" |
Jayachandran C | 2f6528e | 2012-07-13 21:53:22 +0530 | [diff] [blame] | 6 | default y |
| 7 | help |
Jayachandran C | 035114f | 2013-03-23 17:27:59 +0000 | [diff] [blame] | 8 | Add an FDT blob for XLP EVP boards into the kernel. |
Jayachandran C | 2f6528e | 2012-07-13 21:53:22 +0530 | [diff] [blame] | 9 | This DTB will be used if the firmware does not pass in a DTB |
Jayachandran C | 035114f | 2013-03-23 17:27:59 +0000 | [diff] [blame] | 10 | pointer to the kernel. The corresponding DTS file is at |
| 11 | arch/mips/netlogic/dts/xlp_evp.dts |
| 12 | |
| 13 | config DT_XLP_SVP |
| 14 | bool "Built-in device tree for XLP SVP boards" |
| 15 | default y |
| 16 | help |
| 17 | Add an FDT blob for XLP VP boards into the kernel. |
| 18 | This DTB will be used if the firmware does not pass in a DTB |
| 19 | pointer to the kernel. The corresponding DTS file is at |
| 20 | arch/mips/netlogic/dts/xlp_svp.dts |
Jayachandran C | bb1e4bc | 2012-10-31 12:01:40 +0000 | [diff] [blame] | 21 | |
Ganesan Ramalingam | 1cf0e1b | 2013-08-11 14:44:00 +0530 | [diff] [blame] | 22 | config DT_XLP_FVP |
| 23 | bool "Built-in device tree for XLP FVP boards" |
| 24 | default y |
| 25 | help |
| 26 | Add an FDT blob for XLP FVP board into the kernel. |
| 27 | This DTB will be used if the firmware does not pass in a DTB |
| 28 | pointer to the kernel. The corresponding DTS file is at |
| 29 | arch/mips/netlogic/dts/xlp_fvp.dts |
| 30 | |
Jayachandran C | a17fca6 | 2013-12-21 16:52:30 +0530 | [diff] [blame] | 31 | config DT_XLP_GVP |
| 32 | bool "Built-in device tree for XLP GVP boards" |
| 33 | default y |
| 34 | help |
| 35 | Add an FDT blob for XLP GVP board into the kernel. |
| 36 | This DTB will be used if the firmware does not pass in a DTB |
| 37 | pointer to the kernel. The corresponding DTS file is at |
| 38 | arch/mips/netlogic/dts/xlp_gvp.dts |
| 39 | |
Jayachandran C | bb1e4bc | 2012-10-31 12:01:40 +0000 | [diff] [blame] | 40 | config NLM_MULTINODE |
| 41 | bool "Support for multi-chip boards" |
| 42 | depends on NLM_XLP_BOARD |
| 43 | default n |
| 44 | help |
| 45 | Add support for boards with 2 or 4 XLPs connected over ICI. |
| 46 | |
| 47 | if NLM_MULTINODE |
| 48 | choice |
| 49 | prompt "Number of XLPs on the board" |
| 50 | default NLM_MULTINODE_2 |
| 51 | help |
| 52 | In the multi-node case, specify the number of SoCs on the board. |
| 53 | |
| 54 | config NLM_MULTINODE_2 |
| 55 | bool "Dual-XLP board" |
| 56 | help |
| 57 | Support boards with upto two XLPs connected over ICI. |
| 58 | |
| 59 | config NLM_MULTINODE_4 |
| 60 | bool "Quad-XLP board" |
| 61 | help |
| 62 | Support boards with upto four XLPs connected over ICI. |
| 63 | |
| 64 | endchoice |
| 65 | |
| 66 | endif |
Jayachandran C | 2f6528e | 2012-07-13 21:53:22 +0530 | [diff] [blame] | 67 | endif |
| 68 | |
Jayachandran C | 7f058e8 | 2011-05-07 01:36:57 +0530 | [diff] [blame] | 69 | config NLM_COMMON |
| 70 | bool |
Jayachandran C | 2f6528e | 2012-07-13 21:53:22 +0530 | [diff] [blame] | 71 | |
Ganesan Ramalingam | 79f8511 | 2013-06-10 06:28:09 +0000 | [diff] [blame] | 72 | config IOMMU_HELPER |
| 73 | bool |
| 74 | |
| 75 | config NEED_SG_DMA_LENGTH |
| 76 | bool |
| 77 | |
| 78 | config SWIOTLB |
| 79 | def_bool y |
| 80 | select NEED_SG_DMA_LENGTH |
| 81 | select IOMMU_HELPER |
| 82 | |
Jayachandran C | 2f6528e | 2012-07-13 21:53:22 +0530 | [diff] [blame] | 83 | endif |