diff options
author | Subrata Banik <subrata.banik@intel.com> | 2017-05-19 14:50:09 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-09 17:05:49 +0200 |
commit | 7609c654b18b232bd0b45621ebd3921d14db8a39 (patch) | |
tree | ecef80a30af6372f3222422ab323e814e440724b /src/soc/intel/common/block/systemagent/Kconfig | |
parent | 43dcbfd85581de4f173953282a4917c1ee9a5922 (diff) |
soc/intel/common/block: Add Intel common systemagent support
Add Intel common systemagent support for romstage and ramstage.
Include soc specific macros need to compile systemagent common code.
Change-Id: I969ff187e3d4199864cb2e9c9a13f4d04158e27c
Signed-off-by: V Sowmya <v.sowmya@intel.com>
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/19668
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/systemagent/Kconfig')
-rw-r--r-- | src/soc/intel/common/block/systemagent/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/systemagent/Kconfig b/src/soc/intel/common/block/systemagent/Kconfig index 773a56b831..01a4f8e201 100644 --- a/src/soc/intel/common/block/systemagent/Kconfig +++ b/src/soc/intel/common/block/systemagent/Kconfig @@ -24,3 +24,15 @@ config PCIEX_LENGTH_128MB config PCIEX_LENGTH_64MB bool "64MB" + +config SA_ENABLE_IMR + bool + default n + help + This option allows you to add the isolated memory ranges (IMRs). + +config SA_ENABLE_DPR + bool + default n + help + This option allows you to add the DMA Protected Range (DPR). |