payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / hp / abm / Kconfig
blob00d1481cfa4bed391225a7a9aa476d36aead2331
1 # SPDX-License-Identifier: GPL-2.0-only
3 if BOARD_HP_ABM
5 config BOARD_SPECIFIC_OPTIONS
6         def_bool y
7         select CPU_AMD_AGESA_FAMILY16_KB
8         select NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
9         select SOUTHBRIDGE_AMD_AGESA_YANGTZE
10         select DEFAULT_POST_ON_LPC
11         select SUPERIO_NUVOTON_NCT5104D
12         select HAVE_OPTION_TABLE
13         select HAVE_PIRQ_TABLE
14         select HAVE_ACPI_TABLES
15         select BOARD_ROMSIZE_KB_8192
17 config MAINBOARD_DIR
18         default "hp/abm"
20 config MAINBOARD_PART_NUMBER
21         default "ABM"
23 config HW_MEM_HOLE_SIZEK
24         hex
25         default 0x200000
27 config MAX_CPUS
28         int
29         default 4
31 config IRQ_SLOT_COUNT
32         int
33         default 11
35 config HUDSON_LEGACY_FREE
36         bool
37         default n
39 endif # BOARD_HP_ABM