mb/*/*/Kconfig: Remove useless comment
[coreboot.git] / src / mainboard / asus / m5a88-v / Kconfig
blobbd131c34aba902f9776220bd9156ed95e0dbfcf7
1 if BOARD_ASUS_M5A88_V
3 config BOARD_SPECIFIC_OPTIONS
4         def_bool y
5         select CPU_AMD_SOCKET_AM3
6         select DIMM_DDR3
7         select DIMM_REGISTERED
8         select NORTHBRIDGE_AMD_AMDFAM10
9         select SOUTHBRIDGE_AMD_RS780
10         select SOUTHBRIDGE_AMD_SB800
11         select SUPERIO_ITE_IT8721F
12         select HAVE_OPTION_TABLE
13         select HAVE_PIRQ_TABLE
14         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
15         select LIFT_BSP_APIC_ID
16         select HAVE_MP_TABLE
17         select HAVE_ACPI_TABLES
18         select BOARD_ROMSIZE_KB_2048
19         select ENABLE_APIC_EXT_ID
20         select GFXUMA
21         select HAVE_DEBUG_CAR
22         select SET_FIDVID
24 config MAINBOARD_DIR
25         string
26         default asus/m5a88-v
28 config APIC_ID_OFFSET
29         hex
30         default 0x0
32 config MAINBOARD_PART_NUMBER
33         string
34         default "M5A88-V"
36 config HW_MEM_HOLE_SIZEK
37         hex
38         default 0x100000
40 config MAX_CPUS
41         int
42         default 8
44 config MAX_PHYSICAL_CPUS
45         int
46         default 1
48 config HT_CHAIN_END_UNITID_BASE
49         hex
50         default 0x1
52 config HT_CHAIN_UNITID_BASE
53         hex
54         default 0x0
56 config IRQ_SLOT_COUNT
57         int
58         default 11
60 config VGA_BIOS_ID
61         string
62         default "1002,9715"
64 endif #BOARD_ASUS_M5A88_V