adding support for the Asus K8V-X
[coreboot.git] / src / mainboard / asus / k8v-x / Kconfig
1 if BOARD_ASUS_K8V_X
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_SOCKET_754
7         select NORTHBRIDGE_AMD_AMDK8
8         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
9         select SOUTHBRIDGE_VIA_VT8237R
10         select SOUTHBRIDGE_VIA_K8T800_OLD
11         select SUPERIO_WINBOND_W83697HF
12         select HAVE_OPTION_TABLE
13         select HAVE_ACPI_TABLES
14         select HAVE_MP_TABLE
15         select BOARD_ROMSIZE_KB_512
16         select RAMINIT_SYSINFO
17         select SET_FIDVID
18
19 config MAINBOARD_DIR
20         string
21         default asus/k8v-x
22
23 config DCACHE_RAM_BASE
24         hex
25         default 0xcc000
26
27 config DCACHE_RAM_SIZE
28         hex
29         default 0x4000
30
31 config DCACHE_RAM_GLOBAL_VAR_SIZE
32         hex
33         default 0x1000
34
35 config APIC_ID_OFFSET
36         hex
37         default 0x10
38
39 config SB_HT_CHAIN_ON_BUS0
40         int
41         default 1
42
43 config MAINBOARD_PART_NUMBER
44         string
45         default "K8V-X"
46
47 config AGP_APERTURE_SIZE
48         hex
49         default 0x10000000
50
51 config HW_MEM_HOLE_SIZEK
52         hex
53         default 0
54
55 config MAX_CPUS
56         int
57         default 2
58
59 config MAX_PHYSICAL_CPUS
60         int
61         default 1
62
63 config HEAP_SIZE
64         hex
65         default 0x40000
66
67 config HT_CHAIN_END_UNITID_BASE
68         hex
69         default 0x20
70
71 config HT_CHAIN_UNITID_BASE
72         hex
73         default 0x0
74
75 endif # BOARD_ASUS_K8V_X