src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / amd / thatcher / Kconfig
blobe7d07685af4854bfdd5a92894c7b9b5f07fbecc8
2 # This file is part of the coreboot project.
5 # SPDX-License-Identifier: GPL-2.0-only
7 if BOARD_AMD_THATCHER
9 config BOARD_SPECIFIC_OPTIONS
10         def_bool y
11         select CPU_AMD_AGESA_FAMILY15_TN
12         select NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
13         select SOUTHBRIDGE_AMD_AGESA_HUDSON
14         select DEFAULT_POST_ON_LPC
15         select HAVE_OPTION_TABLE
16         select HAVE_PIRQ_TABLE
17         select HAVE_MP_TABLE
18         select HAVE_ACPI_RESUME
19         select HAVE_ACPI_TABLES
20         select SUPERIO_SMSC_LPC47N217
21         select BOARD_ROMSIZE_KB_4096
22         select GFXUMA
24 config MAINBOARD_DIR
25         string
26         default "amd/thatcher"
28 config MAINBOARD_PART_NUMBER
29         string
30         default "Thatcher"
32 config HW_MEM_HOLE_SIZEK
33         hex
34         default 0x200000
36 config MAX_CPUS
37         int
38         default 4
40 config IRQ_SLOT_COUNT
41         int
42         default 11
44 config ONBOARD_VGA_IS_PRIMARY
45         bool
46         default y
48 config VGA_BIOS_ID
49         string
50         default "1002,9917"
52 config HUDSON_LEGACY_FREE
53         bool
54         default y
56 endif # BOARD_AMD_THATCHER