src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / amd / inagua / Kconfig
blob811df4b9f28c3e2e009e509689a5ca11148477db
2 # This file is part of the coreboot project.
5 # SPDX-License-Identifier: GPL-2.0-only
7 if BOARD_AMD_INAGUA
9 config BOARD_SPECIFIC_OPTIONS
10         def_bool y
11         select CPU_AMD_AGESA_FAMILY14
12         select NORTHBRIDGE_AMD_AGESA_FAMILY14
13         select SOUTHBRIDGE_AMD_CIMX_SB800
14         select SUPERIO_SMSC_KBC1100
15         select HAVE_OPTION_TABLE
16         select HAVE_PIRQ_TABLE
17         select HAVE_MP_TABLE
18         select HAVE_ACPI_TABLES
19         select BOARD_ROMSIZE_KB_2048
20         select GFXUMA
22 config MAINBOARD_DIR
23         string
24         default "amd/inagua"
26 config MAINBOARD_PART_NUMBER
27         string
28         default "Inagua"
30 config HW_MEM_HOLE_SIZEK
31         hex
32         default 0x200000
34 config MAX_CPUS
35         int
36         default 2
38 config IRQ_SLOT_COUNT
39         int
40         default 11
42 config ONBOARD_VGA_IS_PRIMARY
43         bool
44         default y
46 config VGA_BIOS
47         bool
48         default n
50 #config VGA_BIOS_FILE
51 #        string "VGA BIOS path and filename"
52 #        depends on VGA_BIOS
53 #        default "rom/video/OntarioGenericVBios.bin"
55 config VGA_BIOS_ID
56         string "VGA device PCI IDs"
57         depends on VGA_BIOS
58         default "1002,9802"
60 config SB800_AHCI_ROM
61         bool
62         default n
64 endif # BOARD_AMD_INAGUA