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