blob: 6dd1f3b3630ca8c0a1fbbc0497864a0595b9d4cd [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
Andrey Petrovdafd5142019-12-30 09:58:47 -08006if SOC_INTEL_COMMON_BLOCK_SA
7
Subrata Banik01ae11b2017-03-04 23:32:41 +05308config MMCONF_BASE_ADDRESS
Arthur Heymans48d6b762017-06-13 14:12:38 +02009 hex
Subrata Banik01ae11b2017-03-04 23:32:41 +053010 default 0xe0000000
11
12config SA_PCIEX_LENGTH
13 hex
14 default 0x10000000 if (PCIEX_LENGTH_256MB)
15 default 0x8000000 if (PCIEX_LENGTH_128MB)
16 default 0x4000000 if (PCIEX_LENGTH_64MB)
17 default 0x10000000
18 help
19 This option allows you to select length of PCIEX region.
20
21config PCIEX_LENGTH_256MB
Arthur Heymans24c3fef2017-06-13 14:13:40 +020022 bool
Subrata Banik01ae11b2017-03-04 23:32:41 +053023
24config PCIEX_LENGTH_128MB
Arthur Heymans24c3fef2017-06-13 14:13:40 +020025 bool
Subrata Banik01ae11b2017-03-04 23:32:41 +053026
27config PCIEX_LENGTH_64MB
Arthur Heymans24c3fef2017-06-13 14:13:40 +020028 bool
Subrata Banik7609c652017-05-19 14:50:09 +053029
30config SA_ENABLE_IMR
31 bool
32 default n
33 help
34 This option allows you to add the isolated memory ranges (IMRs).
35
36config SA_ENABLE_DPR
37 bool
38 default n
39 help
40 This option allows you to add the DMA Protected Range (DPR).
Andrey Petrovdafd5142019-12-30 09:58:47 -080041
42endif