diff options
author | Jens Rottmann <JRottmann@LiPPERTEmbedded.de> | 2010-08-26 12:46:02 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-26 12:46:02 +0000 |
commit | 0d11f2db1fad2bac07588ed6238d48d74f46c76b (patch) | |
tree | a5dd060e4bc84b05d14504b50fa1eb2f2f178755 /src/southbridge/via/vt8237r | |
parent | d058ad1b4a5746190651e9feabfadb624c59a98d (diff) |
CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /
chipset support it. But this involves a long list of 'depends', which you have
to remember updating manually. Converted this into HAVE_... properties, which
will be inherited automatically if someone copies a chipset to create a new
one.
Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5743 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8237r')
-rw-r--r-- | src/southbridge/via/vt8237r/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/via/vt8237r/Kconfig b/src/southbridge/via/vt8237r/Kconfig index b569de9a97..d0a6deb60c 100644 --- a/src/southbridge/via/vt8237r/Kconfig +++ b/src/southbridge/via/vt8237r/Kconfig @@ -19,6 +19,7 @@ config SOUTHBRIDGE_VIA_VT8237R bool + select HAVE_DEBUG_SMBUS select IOAPIC config EPIA_VT8237R_INIT |