aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/systemagent/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-06-13 14:13:40 +0200
committerMartin Roth <martinroth@google.com>2017-06-16 16:02:23 +0200
commit24c3fef31bf08fd8023d7ef89882b271e41cc085 (patch)
treedafb1ca4c1a8cf6de422a59a193df487de7dad28 /src/soc/intel/common/block/systemagent/Kconfig
parent48d6b76d53a43c6924ed27303651aed5c6c6f34c (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/common/block/systemagent/Kconfig')
-rw-r--r--src/soc/intel/common/block/systemagent/Kconfig6
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