blob: e9519bc624e46eedc6b7a5e1c4235350a8dcd0c0 [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
Shelley Chen4e9bb332021-10-20 15:43:45 -07008config ECAM_MMCONF_BASE_ADDRESS
Subrata Banik01ae11b2017-03-04 23:32:41 +05309 default 0xe0000000
10
Shelley Chen4e9bb332021-10-20 15:43:45 -070011config ECAM_MMCONF_BUS_NUMBER
Angel Pons98494882021-01-29 11:35:16 +010012 default 256
Subrata Banik7609c652017-05-19 14:50:09 +053013
14config SA_ENABLE_IMR
15 bool
16 default n
17 help
18 This option allows you to add the isolated memory ranges (IMRs).
19
20config SA_ENABLE_DPR
21 bool
22 default n
23 help
24 This option allows you to add the DMA Protected Range (DPR).
Andrey Petrovdafd5142019-12-30 09:58:47 -080025
26endif