soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / mainboard / msi / ms7d25 / Kconfig
blob3fb6f40f5202e3f43d6948e885b775b12682c828
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config BOARD_MSI_Z690_A_PRO_WIFI_DDR4
4         select BOARD_MSI_MS7D25
6 config BOARD_MSI_Z690_A_PRO_WIFI_DDR5
7         select BOARD_MSI_MS7D25
9 config BOARD_MSI_MS7D25
10         def_bool n
11         select SOC_INTEL_ALDERLAKE_PCH_S
12         select BOARD_ROMSIZE_KB_32768
13         select SOC_INTEL_COMMON_BLOCK_HDA_VERB
14         select SUPERIO_NUVOTON_NCT6687D
15         select DRIVERS_UART_8250IO
16         select HAVE_ACPI_RESUME
17         select HAVE_ACPI_TABLES
18         select INTEL_GMA_HAVE_VBT
19         select CRB_TPM
20         select HAVE_INTEL_PTT
21         select USE_LEGACY_8254_TIMER
23 if BOARD_MSI_MS7D25
25 config MAINBOARD_DIR
26         default "msi/ms7d25"
28 config MAINBOARD_PART_NUMBER
29         default "PRO Z690-A WIFI DDR4(MS-7D25)" if BOARD_MSI_Z690_A_PRO_WIFI_DDR4
30         default "PRO Z690-A WIFI (MS-7D25)" if BOARD_MSI_Z690_A_PRO_WIFI_DDR5
32 config MAINBOARD_VENDOR
33         string
34         default "Micro-Star International Co., Ltd."
36 config MAINBOARD_FAMILY
37         string
38         default "Default string"
40 config MAINBOARD_VERSION
41         string
42         default "2.0" if BOARD_MSI_Z690_A_PRO_WIFI_DDR5
44 config DIMM_SPD_SIZE
45         default 512
47 config UART_FOR_CONSOLE
48         int
49         default 0
51 config USE_PM_ACPI_TIMER
52         bool
53         default n
55 config CBFS_SIZE
56         hex
57         default 0x1000000
59 config VBOOT
60         select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC
61         select GBB_FLAG_DISABLE_FWMP
62         select GBB_FLAG_DISABLE_LID_SHUTDOWN
63         select GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC
64         select VBOOT_ALWAYS_ENABLE_DISPLAY
65         select VBOOT_NO_BOARD_SUPPORT
66         select HAS_RECOVERY_MRC_CACHE
68 config VBOOT_SLOTS_RW_AB
69         default y if VBOOT
71 config FMDFILE
72         string
73         default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/vboot-rwab.fmd" if VBOOT && VBOOT_SLOTS_RW_AB
75 # gen_test_hwid.sh script doesn't like parentheses in the MAINBOARD_PART_NUMBER
76 # Override the GBB_HWID
77 config GBB_HWID
78         string
79         default "MSI_MS7D25"
81 endif