blob: 01a4f8e201ed3125e8372e816effd9fb69a13b64 [file] [log] [blame]
Subrata Banik01ae11b2017-03-04 23:32:41 +05301config SOC_INTEL_COMMON_BLOCK_SA
2 bool
3 help
4 Intel Processor common System Agent support
5
6config MMCONF_BASE_ADDRESS
7 hex "PCI MMIO Base Address"
8 default 0xe0000000
9
10config SA_PCIEX_LENGTH
11 hex
12 default 0x10000000 if (PCIEX_LENGTH_256MB)
13 default 0x8000000 if (PCIEX_LENGTH_128MB)
14 default 0x4000000 if (PCIEX_LENGTH_64MB)
15 default 0x10000000
16 help
17 This option allows you to select length of PCIEX region.
18
19config PCIEX_LENGTH_256MB
20 bool "256MB"
21
22config PCIEX_LENGTH_128MB
23 bool "128MB"
24
25config PCIEX_LENGTH_64MB
26 bool "64MB"
Subrata Banik7609c652017-05-19 14:50:09 +053027
28config SA_ENABLE_IMR
29 bool
30 default n
31 help
32 This option allows you to add the isolated memory ranges (IMRs).
33
34config SA_ENABLE_DPR
35 bool
36 default n
37 help
38 This option allows you to add the DMA Protected Range (DPR).