This patch drops the coreboot CMOS checksum ranges from Kconfig because
[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 MAINBOARD_PART_NUMBER
46         string
47         default "DK8S2"
48         depends on BOARD_IWILL_DK8S2
49
50 config HW_MEM_HOLE_SIZEK
51         hex
52         default 0x100000
53         depends on BOARD_IWILL_DK8S2
54
55 config MAX_CPUS
56         int
57         default 2
58         depends on BOARD_IWILL_DK8S2
59
60 config MAX_PHYSICAL_CPUS
61         int
62         default 2
63         depends on BOARD_IWILL_DK8S2
64
65 config HW_MEM_HOLE_SIZE_AUTO_INC
66         bool
67         default n
68         depends on BOARD_IWILL_DK8S2
69
70 config SB_HT_CHAIN_ON_BUS0
71         int
72         default 0
73         depends on BOARD_IWILL_DK8S2
74
75 config HT_CHAIN_END_UNITID_BASE
76         hex
77         default 0x20
78         depends on BOARD_IWILL_DK8S2
79
80 config HT_CHAIN_UNITID_BASE
81         hex
82         default 0x1
83         depends on BOARD_IWILL_DK8S2
84
85 config USE_INIT
86         bool
87         default n
88         depends on BOARD_IWILL_DK8S2
89
90 config SERIAL_CPU_INIT
91         bool
92         default n
93         depends on BOARD_IWILL_DK8S2
94
95 config IRQ_SLOT_COUNT
96         int
97         default 12
98         depends on BOARD_IWILL_DK8S2
99
100 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
101         hex
102         default 0x161f
103         depends on BOARD_IWILL_DK8S2
104
105 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
106         hex
107         default 0x3016
108         depends on BOARD_IWILL_DK8S2
109