aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/rs690/Kconfig
diff options
context:
space:
mode:
authorJosef Kellermannseppk <Josef Kellermannseppk@arcor.de>2011-02-10 08:49:57 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2011-02-10 08:49:57 +0000
commit20ecc5af40adbd63a3a55eefe7e53bd16412c712 (patch)
tree93d0f6cee553416f41a9c5e9b439027677b33c10 /src/southbridge/amd/rs690/Kconfig
parent1df854248b60b93aef9e4c37bd6da95371a6d867 (diff)
RS690: Provide support for MMCONF.
If enabled, set up 0xe0000000..0xf0000000 as MMCONF area. Must still be configured in per-board ACPI for the OS to pick it up, so it's disabled by default. Signed-off-by: Josef Kellermann<seppk@arcor.de> Acked-by: Patrick Georgi <patrick.georgi@secunet.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6341 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/rs690/Kconfig')
-rw-r--r--src/southbridge/amd/rs690/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/southbridge/amd/rs690/Kconfig b/src/southbridge/amd/rs690/Kconfig
index 284d27336a..961963fcb2 100644
--- a/src/southbridge/amd/rs690/Kconfig
+++ b/src/southbridge/amd/rs690/Kconfig
@@ -20,3 +20,10 @@
config SOUTHBRIDGE_AMD_RS690
bool
+if SOUTHBRIDGE_AMD_RS690
+config EXT_CONF_SUPPORT
+ def_bool n
+ help
+ Select if RS690 should be setup to support MMCONF.
+
+endif