Move "select CACHE_AS_RAM" lines from boards into CPU socket.
[coreboot.git] / src / mainboard / asus / m4a78-em / Kconfig
1 if BOARD_ASUS_M4A78_EM
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_SOCKET_AM3
7         select DIMM_DDR2
8         select NORTHBRIDGE_AMD_AMDFAM10
9         select SOUTHBRIDGE_AMD_RS780
10         select SOUTHBRIDGE_AMD_SB700
11         select SUPERIO_ITE_IT8712F
12         select BOARD_HAS_FADT
13         select HAVE_BUS_CONFIG
14         select HAVE_OPTION_TABLE
15         select HAVE_PIRQ_TABLE
16         select HAVE_MP_TABLE
17         select HAVE_HARD_RESET
18         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
19         select LIFT_BSP_APIC_ID
20         select SERIAL_CPU_INIT
21         select AMDMCT
22         select HAVE_ACPI_TABLES
23         select BOARD_ROMSIZE_KB_1024
24         select RAMINIT_SYSINFO
25         select ENABLE_APIC_EXT_ID
26         select TINY_BOOTBLOCK
27         select GFXUMA
28         select QRANK_DIMM_SUPPORT
29
30 config MAINBOARD_DIR
31         string
32         default asus/m4a78-em
33
34 config APIC_ID_OFFSET
35         hex
36         default 0x0
37
38 config MAINBOARD_PART_NUMBER
39         string
40         default "M4A78-EM"
41
42 config MAX_CPUS
43         int
44         default 8
45
46 config MAX_PHYSICAL_CPUS
47         int
48         default 2
49
50 config MEM_TRAIN_SEQ
51         int
52         default 2
53
54 config SB_HT_CHAIN_ON_BUS0
55         int
56         default 1
57
58 config HT_CHAIN_END_UNITID_BASE
59         hex
60         default 0x1
61
62 config HT_CHAIN_UNITID_BASE
63         hex
64         default 0x0
65
66 config IRQ_SLOT_COUNT
67         int
68         default 18
69
70 config AMD_UCODE_PATCH_FILE
71         string
72         default "mc_patch_010000b6.h"
73
74 config RAMTOP
75         hex
76         default 0x2000000
77
78 config HEAP_SIZE
79         hex
80         default 0xc0000
81
82 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
83         hex
84         default 0x83f1
85
86 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
87         hex
88         default 0x1043
89
90 config RAMBASE
91         hex
92         default 0x200000
93
94 endif