Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be
authorMyles Watson <mylesgw@gmail.com>
Tue, 20 Oct 2009 16:10:04 +0000 (16:10 +0000)
committerMyles Watson <mylesgw@gmail.com>
Tue, 20 Oct 2009 16:10:04 +0000 (16:10 +0000)
commit8f74c5878dde6b610b416a5950de3219532c0f83
treeb11587707e696904ce28b7c32c0fb1cd6b6297ed
parent4e015eb67432b4d46003023cd4bc8c04282896e4
Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards.  They should be
selected in sockets, and they aren't used yet.

Add a couple of variables to src/Kconfig for lack of a better place so that
their selects work.
Add select statements according to newconfig for some variables that were
defined but never selected in mainboard configs.

Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4816 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
47 files changed:
src/Kconfig
src/mainboard/amd/dbm690t/Kconfig
src/mainboard/amd/pistachio/Kconfig
src/mainboard/amd/serengeti_cheetah/Kconfig
src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
src/mainboard/arima/hdama/Kconfig
src/mainboard/asus/a8n_e/Kconfig
src/mainboard/asus/a8v-e_se/Kconfig
src/mainboard/asus/m2v-mx_se/Kconfig
src/mainboard/broadcom/blast/Kconfig
src/mainboard/emulation/qemu-x86/Kconfig
src/mainboard/gigabyte/ga_2761gxdk/Kconfig
src/mainboard/gigabyte/m57sli/Kconfig
src/mainboard/hp/dl145_g3/Kconfig
src/mainboard/ibm/e325/Kconfig
src/mainboard/ibm/e326/Kconfig
src/mainboard/intel/jarrell/Kconfig
src/mainboard/iwill/dk8_htx/Kconfig
src/mainboard/iwill/dk8s2/Kconfig
src/mainboard/iwill/dk8x/Kconfig
src/mainboard/kontron/986lcd-m/Kconfig
src/mainboard/kontron/kt690/Kconfig
src/mainboard/msi/ms7135/Kconfig
src/mainboard/msi/ms7260/Kconfig
src/mainboard/msi/ms9185/Kconfig
src/mainboard/msi/ms9282/Kconfig
src/mainboard/newisys/khepri/Kconfig
src/mainboard/nvidia/l1_2pvv/Kconfig
src/mainboard/sunw/ultra40/Kconfig
src/mainboard/supermicro/h8dme/Kconfig
src/mainboard/supermicro/h8dmr/Kconfig
src/mainboard/supermicro/h8dmr_fam10/Kconfig
src/mainboard/technexion/tim5690/Kconfig
src/mainboard/technexion/tim8690/Kconfig
src/mainboard/tyan/s2850/Kconfig
src/mainboard/tyan/s2875/Kconfig
src/mainboard/tyan/s2880/Kconfig
src/mainboard/tyan/s2881/Kconfig
src/mainboard/tyan/s2882/Kconfig
src/mainboard/tyan/s2885/Kconfig
src/mainboard/tyan/s2891/Kconfig
src/mainboard/tyan/s2892/Kconfig
src/mainboard/tyan/s2895/Kconfig
src/mainboard/tyan/s2912/Kconfig
src/mainboard/tyan/s2912_fam10/Kconfig
src/mainboard/tyan/s4880/Kconfig
src/mainboard/tyan/s4882/Kconfig