src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / biostar / a68n_5200 / Kconfig
blobcc5cd8bbd1f6f69472de62732fbb4d8e207d2636
2 # This file is part of the coreboot project.
5 # SPDX-License-Identifier: GPL-2.0-only
7 if BOARD_BIOSTAR_A68N5200
9 config BOARD_SPECIFIC_OPTIONS
10         def_bool y
11         select CPU_AMD_AGESA_FAMILY16_KB
12         select NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
13         select SOUTHBRIDGE_AMD_AGESA_YANGTZE
14         select SUPERIO_ITE_IT8728F
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_4096
20         select GFXUMA
22 config MAINBOARD_DIR
23         string
24         default "biostar/a68n_5200"
26 config MAINBOARD_PART_NUMBER
27         string
28         default "A68N5200"
30 config HW_MEM_HOLE_SIZEK
31         hex
32         default 0x200000
34 config MAX_CPUS
35         int
36         default 4
38 config IRQ_SLOT_COUNT
39         int
40         default 11
42 config ONBOARD_VGA_IS_PRIMARY
43         bool
44         default y
46 config HUDSON_LEGACY_FREE
47         bool
48         default n
50 endif # BOARD_BIOSTAR_A68N5200