From 24c3fef31bf08fd8023d7ef89882b271e41cc085 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 13 Jun 2017 14:13:40 +0200 Subject: src/soc/intel: Don't allow user to select PCIe config mmio size Change-Id: I8b2794f56f39492589a08e5676cb33eec89a976e Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/20179 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Sumeet R Pawnikar --- src/soc/intel/common/block/systemagent/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/soc/intel/common') 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 -- cgit v1.2.3