mb/google/kohaku: Assign GPP_A19 as reset_gpio of stylus
[coreboot.git] / src / mainboard / asus / m4a785-m / Kconfig
blob22665efe72bbeebb246dd1b4821fd8f6576dc469
1 if BOARD_ASUS_M4A785M
3 config BOARD_SPECIFIC_OPTIONS
4         def_bool y
5         select CPU_AMD_SOCKET_AM3
6         select DIMM_DDR2
7         select NORTHBRIDGE_AMD_AMDFAM10
8         select SOUTHBRIDGE_AMD_RS780
9         select SOUTHBRIDGE_AMD_SB700
10         select SOUTHBRIDGE_AMD_SB700_SKIP_ISA_DMA_INIT
11         select SUPERIO_ITE_IT8712F
12         select HAVE_OPTION_TABLE
13         select HAVE_PIRQ_TABLE
14         select HAVE_MP_TABLE
15         select SB_HT_CHAIN_UNITID_OFFSET_ONLY
16         select LIFT_BSP_APIC_ID
17         select HAVE_ACPI_TABLES
18         select BOARD_ROMSIZE_KB_1024
19         select ENABLE_APIC_EXT_ID
20         select GFXUMA
22 config MAINBOARD_DIR
23         string
24         default asus/m4a785-m
26 config APIC_ID_OFFSET
27         hex
28         default 0x0
30 config MAINBOARD_PART_NUMBER
31         string
32         default "M4A785-M"
34 config MAX_CPUS
35         int
36         default 8
38 config MAX_PHYSICAL_CPUS
39         int
40         default 2
42 config HT_CHAIN_END_UNITID_BASE
43         hex
44         default 0x1
46 config HT_CHAIN_UNITID_BASE
47         hex
48         default 0x0
50 config IRQ_SLOT_COUNT
51         int
52         default 19
54 config VGA_BIOS_ID
55         string
56         default "1002,9710"
58 endif