drivers/amd/opensil/mpio: Factor out common MPIO symbols from vendorcode
[coreboot.git] / src / mainboard / prodrive / atlas / Kconfig
blobcbd625cf4f81852c48b2f90e00be80da8351a805
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config BOARD_PRODRIVE_ATLAS_BASEBOARD
4         def_bool n
5         select BOARD_ROMSIZE_KB_32768
6         select INTEL_LPSS_UART_FOR_CONSOLE
7         select EC_ACPI
8         select FSP_TYPE_IOT
9         select HAVE_ACPI_TABLES
10         select INTEL_GMA_HAVE_VBT
11         select MAINBOARD_HAS_TPM2
12         select MAINBOARD_USES_IFD_EC_REGION
13         select MEMORY_MAPPED_TPM
14         select PCIEXP_SUPPORT_RESIZABLE_BARS
15         select SOC_INTEL_ALDERLAKE_PCH_P
16         select DRIVERS_OPTION_CFR_ENABLED
18 config BOARD_PRODRIVE_ATLAS
19         select BOARD_PRODRIVE_ATLAS_BASEBOARD
21 if BOARD_PRODRIVE_ATLAS_BASEBOARD
23 config ATLAS_ENABLE_SAGV
24         bool "Enable SaGv"
25         default n
27 config D3COLD_SUPPORT
28         default n
30 config MAINBOARD_FAMILY
31         string
32         default "PRODRIVE_ATLAS_SERIES"
34 config MAINBOARD_PART_NUMBER
35         default "Atlas ADL-P"
37 config MAINBOARD_DIR
38         default "prodrive/atlas"
40 config MAINBOARD_SMBIOS_MANUFACTURER
41         string
42         default "Prodrive Technologies B.V."
44 config UART_FOR_CONSOLE
45         int
46         default 0
48 config CBFS_SIZE
49         default 0x800000
51 config PCIEXP_ASPM
52         bool
53         default n
54         help
55           FSP is already taking care of ASPM, which is configured through the devicetree in coreboot
56           on Alderlake Platforms. Disable it to save some boot time.
58 config PCIEXP_L1_SUB_STATE
59         bool
60         default n
61         help
62           Enabling PCIe L1 sub states is already done in FSP.
63           Disable it to save some boot time.
65 config PCIEXP_CLK_PM
66         bool
67         default n
68         help
69           Enabling PCIe clock power management is already done in FSP.
70           Disable it to save some boot time
72 # This platform has limited means to display POST codes
73 config NO_POST
74         default y
76 config ENABLE_BUZZER_SUPPORT
77         bool "Enable Buzzer support"
78         default y
79         select USE_LEGACY_8254_TIMER
80         help
81           8254 timer is required for buzzer support on GPP_B14 (based on Intel doc 621483,
82           26.1.1 - NMI_STS_CNT). However since 8254 timer clock gating has to be enabled for
83           S0ix support, enabling buzzer will disable s0ix.
85 config PCIEXP_DEFAULT_MAX_RESIZABLE_BAR_BITS
86         int
87         default 32
89 endif #BOARD_PRODRIVE_ATLAS_BASEBOARD