diff options
author | Josef Kellermannseppk <Josef Kellermannseppk@arcor.de> | 2011-02-10 08:49:57 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2011-02-10 08:49:57 +0000 |
commit | 20ecc5af40adbd63a3a55eefe7e53bd16412c712 (patch) | |
tree | 93d0f6cee553416f41a9c5e9b439027677b33c10 /src/southbridge/amd/rs690/Kconfig | |
parent | 1df854248b60b93aef9e4c37bd6da95371a6d867 (diff) | |
download | coreboot-20ecc5af40adbd63a3a55eefe7e53bd16412c712.tar.xz |
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/Kconfig | 7 |
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 |