78e897b82c1d8314782201d8aff4d7e989d327b3
[coreboot.git] / src / mainboard / asus / m2v / Kconfig
1 if BOARD_ASUS_M2V
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_SOCKET_AM2
7         select DIMM_DDR2
8         select QRANK_DIMM_SUPPORT
9         select HAVE_OPTION_TABLE
10         select K8_HT_FREQ_1G_SUPPORT
11         select NORTHBRIDGE_AMD_AMDK8
12         select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
13         select SOUTHBRIDGE_VIA_VT8237R
14         select SOUTHBRIDGE_VIA_K8T890
15         select SUPERIO_ITE_IT8712F
16         select CACHE_AS_RAM
17         select BOARD_ROMSIZE_KB_512
18         select RAMINIT_SYSINFO
19         select TINY_BOOTBLOCK
20         select HAVE_ACPI_RESUME
21         select HAVE_PIRQ_TABLE
22         select PIRQ_ROUTE
23         select HAVE_ACPI_TABLES
24         select HAVE_MP_TABLE
25         select SET_FIDVID
26
27 config MAINBOARD_DIR
28         string
29         default asus/m2v
30
31 config DCACHE_RAM_BASE
32         hex
33         default 0xcc000
34
35 config DCACHE_RAM_SIZE
36         hex
37         default 0x4000
38
39 config DCACHE_RAM_GLOBAL_VAR_SIZE
40         hex
41         default 0x1000
42
43 config APIC_ID_OFFSET
44         hex
45         default 0x10
46
47 config SB_HT_CHAIN_ON_BUS0
48         int
49         default 1
50
51 config MAINBOARD_PART_NUMBER
52         string
53         default "M2V"
54
55 config HW_MEM_HOLE_SIZEK
56         hex
57         default 0
58
59 config MAX_CPUS
60         int
61         default 2
62
63 config MAX_PHYSICAL_CPUS
64         int
65         default 1
66
67 config HEAP_SIZE
68         hex
69         default 0x40000
70
71 config HT_CHAIN_END_UNITID_BASE
72         hex
73         default 0x20
74
75 config HT_CHAIN_UNITID_BASE
76         hex
77         default 0x0
78
79 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
80         hex
81         default 0x1043
82
83 config IRQ_SLOT_COUNT
84         int
85         default 14
86
87 endif # BOARD_ASUS_M2V