8f74c5878d
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
67 lines
1.1 KiB
Text
67 lines
1.1 KiB
Text
config BOARD_TYAN_S2875
|
|
bool "S2875 (Tiger K8W)"
|
|
select ARCH_X86
|
|
select CPU_AMD_SOCKET_940
|
|
select NORTHBRIDGE_AMD_AMDK8
|
|
select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
|
|
select SOUTHBRIDGE_AMD_AMD8151
|
|
select SOUTHBRIDGE_AMD_AMD8111
|
|
select SUPERIO_WINBOND_W83627HF
|
|
select HAVE_PIRQ_TABLE
|
|
select HAVE_MP_TABLE
|
|
select BOARD_ROMSIZE_KB_512
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default tyan/s2875
|
|
depends on BOARD_TYAN_S2875
|
|
|
|
config LB_CKS_RANGE_END
|
|
int
|
|
default 122
|
|
depends on BOARD_TYAN_S2875
|
|
|
|
config LB_CKS_LOC
|
|
int
|
|
default 123
|
|
depends on BOARD_TYAN_S2875
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "S2875"
|
|
depends on BOARD_TYAN_S2875
|
|
|
|
config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
|
hex
|
|
default 0x2875
|
|
depends on BOARD_TYAN_S2875
|
|
|
|
config HW_MEM_HOLE_SIZEK
|
|
hex
|
|
default 0x100000
|
|
depends on BOARD_TYAN_S2875
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 4
|
|
depends on BOARD_TYAN_S2875
|
|
|
|
config MAX_PHYSICAL_CPUS
|
|
int
|
|
default 2
|
|
depends on BOARD_TYAN_S2875
|
|
|
|
config HW_MEM_HOLE_SIZE_AUTO_INC
|
|
bool
|
|
default n
|
|
depends on BOARD_TYAN_S2875
|
|
|
|
config USE_INIT
|
|
bool
|
|
default n
|
|
depends on BOARD_TYAN_S2875
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 13
|
|
depends on BOARD_TYAN_S2875
|