diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-06-13 14:13:40 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-16 16:02:23 +0200 |
commit | 24c3fef31bf08fd8023d7ef89882b271e41cc085 (patch) | |
tree | dafb1ca4c1a8cf6de422a59a193df487de7dad28 /src/soc/intel | |
parent | 48d6b76d53a43c6924ed27303651aed5c6c6f34c (diff) |
src/soc/intel: Don't allow user to select PCIe config mmio size
Change-Id: I8b2794f56f39492589a08e5676cb33eec89a976e
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/20179
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/common/block/systemagent/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/common/block/systemagent/Kconfig b/src/soc/intel/common/block/systemagent/Kconfig index 2084a38692..1222573201 100644 --- a/src/soc/intel/common/block/systemagent/Kconfig +++ b/src/soc/intel/common/block/systemagent/Kconfig @@ -17,13 +17,13 @@ config SA_PCIEX_LENGTH This option allows you to select length of PCIEX region. config PCIEX_LENGTH_256MB - bool "256MB" + bool config PCIEX_LENGTH_128MB - bool "128MB" + bool config PCIEX_LENGTH_64MB - bool "64MB" + bool config SA_ENABLE_IMR bool |