14f8281fcca8dcccce84d090e109552e7024975c
[coreboot.git] / src / mainboard / iwill / dk8_htx / Kconfig
1 config BOARD_IWILL_DK8_HTX
2         bool "DK8-HTX"
3         select ARCH_X86
4         select CPU_AMD_K8
5         select CPU_AMD_SOCKET_940
6         select NORTHBRIDGE_AMD_AMDK8
7         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
8         select SOUTHBRIDGE_AMD_AMD8111
9         select SOUTHBRIDGE_AMD_AMD8131
10         select SUPERIO_WINBOND_W83627HF
11         select HAVE_PIRQ_TABLE
12         select HAVE_MP_TABLE
13         select USE_PRINTK_IN_CAR
14         select USE_DCACHE_RAM
15         select HAVE_HARD_RESET
16         select IOAPIC
17         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
18         select WAIT_BEFORE_CPUS_INIT
19         select HAVE_ACPI_TABLES
20         select BOARD_ROMSIZE_KB_512
21
22 config MAINBOARD_DIR
23         string
24         default iwill/dk8_htx
25         depends on BOARD_IWILL_DK8_HTX
26
27 config DCACHE_RAM_BASE
28         hex
29         default 0xc8000
30         depends on BOARD_IWILL_DK8_HTX
31
32 config DCACHE_RAM_SIZE
33         hex
34         default 0x08000
35         depends on BOARD_IWILL_DK8_HTX
36
37 config DCACHE_RAM_GLOBAL_VAR_SIZE
38         hex
39         default 0x01000
40         depends on BOARD_IWILL_DK8_HTX
41
42 config APIC_ID_OFFSET
43         hex
44         default 0x8
45         depends on BOARD_IWILL_DK8_HTX
46
47 config LB_CKS_RANGE_END
48         int
49         default 122
50         depends on BOARD_IWILL_DK8_HTX
51
52 config LB_CKS_LOC
53         int
54         default 123
55         depends on BOARD_IWILL_DK8_HTX
56
57 config MAINBOARD_PART_NUMBER
58         string
59         default "DK8-HTX"
60         depends on BOARD_IWILL_DK8_HTX
61
62 config HW_MEM_HOLE_SIZEK
63         hex
64         default 0x100000
65         depends on BOARD_IWILL_DK8_HTX
66
67 config MAX_CPUS
68         int
69         default 4
70         depends on BOARD_IWILL_DK8_HTX
71
72 config MAX_PHYSICAL_CPUS
73         int
74         default 2
75         depends on BOARD_IWILL_DK8_HTX
76
77 config HW_MEM_HOLE_SIZE_AUTO_INC
78         bool
79         default n
80         depends on BOARD_IWILL_DK8_HTX
81
82 config SB_HT_CHAIN_ON_BUS0
83         int
84         default 2
85         depends on BOARD_IWILL_DK8_HTX
86
87 config HT_CHAIN_END_UNITID_BASE
88         hex
89         default 0x6
90         depends on BOARD_IWILL_DK8_HTX
91
92 config HT_CHAIN_UNITID_BASE
93         hex
94         default 0xa
95         depends on BOARD_IWILL_DK8_HTX
96
97 config USE_INIT
98         bool
99         default n
100         depends on BOARD_IWILL_DK8_HTX
101
102 config SERIAL_CPU_INIT
103         bool
104         default n
105         depends on BOARD_IWILL_DK8_HTX
106
107 config IRQ_SLOT_COUNT
108         int
109         default 11
110         depends on BOARD_IWILL_DK8_HTX