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>
This commit is contained in:
parent
48d6b76d53
commit
24c3fef31b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue