- Fix race condition in option_table.h generation by moving the include
[coreboot.git] / src / mainboard / amd / dbm690t / Kconfig
1 if BOARD_AMD_DBM690T
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_SOCKET_S1G1
7         select NORTHBRIDGE_AMD_AMDK8
8         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
9         select SOUTHBRIDGE_AMD_RS690
10         select SOUTHBRIDGE_AMD_SB600
11         select SUPERIO_ITE_IT8712F
12         select BOARD_HAS_FADT
13         select GENERATE_ACPI_TABLES
14         select GENERATE_MP_TABLE
15         select GENERATE_PIRQ_TABLE
16         select HAVE_OPTION_TABLE
17         select HAVE_MAINBOARD_RESOURCES
18         select HAVE_BUS_CONFIG
19         select CACHE_AS_RAM
20         select HAVE_HARD_RESET
21         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
22         select BOARD_ROMSIZE_KB_1024
23
24 config MAINBOARD_DIR
25         string
26         default amd/dbm690t
27
28 config DCACHE_RAM_BASE
29         hex
30         default 0xc8000
31
32 config DCACHE_RAM_SIZE
33         hex
34         default 0x08000
35
36 config DCACHE_RAM_GLOBAL_VAR_SIZE
37         hex
38         default 0x01000
39
40 config APIC_ID_OFFSET
41         hex
42         default 0x0
43
44 config MAINBOARD_PART_NUMBER
45         string
46         default "DBM690T"
47
48 config HW_MEM_HOLE_SIZEK
49         hex
50         default 0x100000
51
52 config MAX_CPUS
53         int
54         default 2
55
56 config MAX_PHYSICAL_CPUS
57         int
58         default 1
59
60 config HW_MEM_HOLE_SIZE_AUTO_INC
61         bool
62         default n
63
64 config SB_HT_CHAIN_ON_BUS0
65         int
66         default 1
67
68 config HT_CHAIN_END_UNITID_BASE
69         hex
70         default 0x1
71
72 config HT_CHAIN_UNITID_BASE
73         hex
74         default 0x0
75
76 config IRQ_SLOT_COUNT
77         int
78         default 11
79
80 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
81         hex
82         default 0x1022
83
84 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
85         hex
86         default 0x3050
87
88 endif # BOARD_AMD_DBM690T