More Kconfig-supported boards, and also kconfig support
[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 USE_PRINTK_IN_CAR
13         select USE_DCACHE_RAM
14         select HAVE_HARD_RESET
15         select IOAPIC
16         select AP_CODE_IN_CAR
17         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
18         select WAIT_BEFORE_CPUS_INIT
19         select HAVE_ACPI_TABLES
20
21 config MAINBOARD_DIR
22         string
23         default iwill/dk8_htx
24         depends on BOARD_IWILL_DK8_HTX
25
26 config DCACHE_RAM_BASE
27         hex
28         default 0xc8000
29         depends on BOARD_IWILL_DK8_HTX
30
31 config DCACHE_RAM_SIZE
32         hex
33         default 0x08000
34         depends on BOARD_IWILL_DK8_HTX
35
36 config DCACHE_RAM_GLOBAL_VAR_SIZE
37         hex
38         default 0x01000
39         depends on BOARD_IWILL_DK8_HTX
40
41 config APIC_ID_OFFSET
42         hex
43         default 0x8
44         depends on BOARD_IWILL_DK8_HTX
45
46 config LB_CKS_RANGE_END
47         int
48         default 122
49         depends on BOARD_IWILL_DK8_HTX
50
51 config LB_CKS_LOC
52         int
53         default 123
54         depends on BOARD_IWILL_DK8_HTX
55
56 config MAINBOARD_PART_NUMBER
57         string
58         default "DK8-HTX"
59         depends on BOARD_IWILL_DK8_HTX
60
61 config HW_MEM_HOLE_SIZEK
62         hex
63         default 0x100000
64         depends on BOARD_IWILL_DK8_HTX
65
66 config MAX_CPUS
67         int
68         default 4
69         depends on BOARD_IWILL_DK8_HTX
70
71 config MAX_PHYSICAL_CPUS
72         int
73         default 2
74         depends on BOARD_IWILL_DK8_HTX
75
76 config HW_MEM_HOLE_SIZE_AUTO_INC
77         bool
78         default n
79         depends on BOARD_IWILL_DK8_HTX
80
81 config SB_HT_CHAIN_ON_BUS0
82         int
83         default 2
84         depends on BOARD_IWILL_DK8_HTX
85
86 config HT_CHAIN_END_UNITID_BASE
87         hex
88         default 0x6
89         depends on BOARD_IWILL_DK8_HTX
90
91 config HT_CHAIN_UNITID_BASE
92         hex
93         default 0xa
94         depends on BOARD_IWILL_DK8_HTX
95
96 config USE_INIT
97         bool
98         default n
99         depends on BOARD_IWILL_DK8_HTX
100
101 config SERIAL_CPU_INIT
102         bool
103         default n
104         depends on BOARD_IWILL_DK8_HTX
105
106 config IRQ_SLOT_COUNT
107         int
108         default 11
109         depends on BOARD_IWILL_DK8_HTX