CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /
authorJens Rottmann <JRottmann@LiPPERTEmbedded.de>
Thu, 26 Aug 2010 12:46:02 +0000 (12:46 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 26 Aug 2010 12:46:02 +0000 (12:46 +0000)
commit0d11f2db1fad2bac07588ed6238d48d74f46c76b
treea5dd060e4bc84b05d14504b50fa1eb2f2f178755
parentd058ad1b4a5746190651e9feabfadb624c59a98d
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
14 files changed:
src/Kconfig
src/mainboard/lippert/spacerunner-lx/Kconfig
src/northbridge/amd/amdfam10/Kconfig
src/northbridge/amd/amdk8/Kconfig
src/northbridge/intel/e7501/Kconfig
src/northbridge/intel/i440bx/Kconfig
src/northbridge/intel/i82810/Kconfig
src/northbridge/intel/i82830/Kconfig
src/northbridge/intel/i945/Kconfig
src/northbridge/via/cn700/Kconfig
src/northbridge/via/cx700/Kconfig
src/northbridge/via/vx800/Kconfig
src/southbridge/via/vt8231/Kconfig
src/southbridge/via/vt8237r/Kconfig