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