Move the SET_FIDVID* family of configuration options to Kconfig and
[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_PIRQ_TABLE
21         select HAVE_ACPI_TABLES
22         select HAVE_MP_TABLE
23         select SET_FIDVID
24
25 config MAINBOARD_DIR
26         string
27         default asus/m2v
28
29 config DCACHE_RAM_BASE
30         hex
31         default 0xcc000
32
33 config DCACHE_RAM_SIZE
34         hex
35         default 0x4000
36
37 config DCACHE_RAM_GLOBAL_VAR_SIZE
38         hex
39         default 0x1000
40
41 config APIC_ID_OFFSET
42         hex
43         default 0x10
44
45 config SB_HT_CHAIN_ON_BUS0
46         int
47         default 1
48
49 config MAINBOARD_PART_NUMBER
50         string
51         default "M2V"
52
53 config HW_MEM_HOLE_SIZEK
54         hex
55         default 0
56
57 config MAX_CPUS
58         int
59         default 2
60
61 config MAX_PHYSICAL_CPUS
62         int
63         default 1
64
65 config HEAP_SIZE
66         hex
67         default 0x40000
68
69 config HT_CHAIN_END_UNITID_BASE
70         hex
71         default 0x20
72
73 config HT_CHAIN_UNITID_BASE
74         hex
75         default 0x0
76
77 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
78         hex
79         default 0x1043
80
81 config IRQ_SLOT_COUNT
82         int
83         default 14
84
85 endif # BOARD_ASUS_M2V