blob: 12225732015cbbfc65a1577c13476c9faf403b5c [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
Arthur Heymans48d6b762017-06-13 14:12:38 +02007 hex
Subrata Banik01ae11b2017-03-04 23:32:41 +05308 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
Arthur Heymans24c3fef2017-06-13 14:13:40 +020020 bool
Subrata Banik01ae11b2017-03-04 23:32:41 +053021
22config PCIEX_LENGTH_128MB
Arthur Heymans24c3fef2017-06-13 14:13:40 +020023 bool
Subrata Banik01ae11b2017-03-04 23:32:41 +053024
25config PCIEX_LENGTH_64MB
Arthur Heymans24c3fef2017-06-13 14:13:40 +020026 bool
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).