From 0d11f2db1fad2bac07588ed6238d48d74f46c76b Mon Sep 17 00:00:00 2001 From: Jens Rottmann Date: Thu, 26 Aug 2010 12:46:02 +0000 Subject: 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5743 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/via/vt8231/Kconfig | 2 +- src/southbridge/via/vt8237r/Kconfig | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/southbridge') diff --git a/src/southbridge/via/vt8231/Kconfig b/src/southbridge/via/vt8231/Kconfig index ab391f7ff6..591ccb8a1b 100644 --- a/src/southbridge/via/vt8231/Kconfig +++ b/src/southbridge/via/vt8231/Kconfig @@ -19,4 +19,4 @@ config SOUTHBRIDGE_VIA_VT8231 bool - + select HAVE_DEBUG_SMBUS 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 -- cgit v1.2.3