AMD K8 fam10: Refactor Kconfig SB_HT_CHAIN_ON_BUS0
[coreboot.git] / src / mainboard / kontron / kt690 / Kconfig
blobe679e661540fcc12b712c1d744de9f7b267cdfa8
1 if BOARD_KONTRON_KT690
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select CPU_AMD_SOCKET_S1G1
6         select NORTHBRIDGE_AMD_AMDK8
7         select SOUTHBRIDGE_AMD_RS690
8         select SOUTHBRIDGE_AMD_SB600
9         select SUPERIO_WINBOND_W83627DHG
10         select HAVE_OPTION_TABLE
11         select HAVE_PIRQ_TABLE
12         select HAVE_MP_TABLE
13         select GFXUMA
14         select HAVE_ACPI_TABLES
15         select BOARD_ROMSIZE_KB_1024
16         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
17         select QRANK_DIMM_SUPPORT
18         select SET_FIDVID
20 config MAINBOARD_DIR
21         string
22         default kontron/kt690
24 config APIC_ID_OFFSET
25         hex
26         default 0x0
28 config MAINBOARD_PART_NUMBER
29         string
30         default "KT690/mITX"
32 config MAX_CPUS
33         int
34         default 2
36 config MAX_PHYSICAL_CPUS
37         int
38         default 1
40 config HT_CHAIN_END_UNITID_BASE
41         hex
42         default 0x1
44 config HT_CHAIN_UNITID_BASE
45         hex
46         default 0x0
48 config IRQ_SLOT_COUNT
49         int
50         default 11
52 endif # BOARD_KONTRON_KT690