diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-07 03:40:37 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-07 03:40:37 +0000 |
commit | 8a9268451423da1648a4454aaf3b76c2989ee3b4 (patch) | |
tree | d3e232cbf4bc4a27cd80749e5ef1fc21e8a7dd16 /src/Kconfig | |
parent | 3dfd03f8878679902927748e305643b6000d0e5b (diff) |
clean up age old via epia target.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5368 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index 8b07fe39fe..f15e28b640 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -622,7 +622,8 @@ config DEBUG_SMBUS || NORTHBRIDGE_VIA_VX800 \ || NORTHBRIDGE_VIA_CX700 \ || NORTHBRIDGE_AMD_AMDK8 \ - || NORTHBRIDGE_AMD_AMDFAM10) + || NORTHBRIDGE_AMD_AMDFAM10 \ + || SOUTHBRIDGE_VIA_VT8231) help This option enables additional SMBus (and SPD) debug messages. |