Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62075 )
Change subject: sb/amd/sr5650/Kconfig: Remove obsolete MMCONF symbol ......................................................................
sb/amd/sr5650/Kconfig: Remove obsolete MMCONF symbol
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I4be49b217a0aa7edff5439233be7dc6df27cccc9 --- M src/southbridge/amd/sr5650/Kconfig 1 file changed, 0 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/62075/1
diff --git a/src/southbridge/amd/sr5650/Kconfig b/src/southbridge/amd/sr5650/Kconfig index 85f6b13..7dff4f6 100644 --- a/src/southbridge/amd/sr5650/Kconfig +++ b/src/southbridge/amd/sr5650/Kconfig @@ -16,11 +16,3 @@ config SOUTHBRIDGE_AMD_SR5650 bool
-if SOUTHBRIDGE_AMD_SR5650 -config EXT_CONF_SUPPORT - bool "Enable PCI-E MMCONFIG support" - default y - help - Select to enable PCI-E MMCONFIG support on the SR5650. - -endif