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