diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2023-10-16 15:22:57 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-11-10 15:30:29 +0000 |
commit | 628becd684b40d5033de9fe45b23e4c8600bef9c (patch) | |
tree | 2a856a460943bf487e5b1bd30a697d2589bfd926 /src/mainboard | |
parent | 82d2d4f113c7835f8a586cabb1c7ebea47c2adc3 (diff) |
mainboard/msi/ms7e06: Remove FSP_TYPE_IOT
MSI PRO Z790-P is not an IoT platform. FSP_TYPE_IOT was selected only
temporarily to allow builds from public components. Now that Client FSP
is available, switch to it.
TEST=Build and boot MSI PRO Z790-P
Change-Id: Ic5d84e48d58c3454b83b9df5eb93076d2ebde000
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78412
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Michał Kopeć <michal.kopec@3mdeb.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/msi/ms7e06/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/msi/ms7e06/Kconfig b/src/mainboard/msi/ms7e06/Kconfig index 8dca3fc3b6..d248582ddf 100644 --- a/src/mainboard/msi/ms7e06/Kconfig +++ b/src/mainboard/msi/ms7e06/Kconfig @@ -7,7 +7,6 @@ config BOARD_MSI_Z790_P_PRO_WIFI config BOARD_MSI_MS7E06 def_bool n select SOC_INTEL_RAPTORLAKE_PCH_S - select FSP_TYPE_IOT select BOARD_ROMSIZE_KB_32768 select SOC_INTEL_COMMON_BLOCK_HDA_VERB select SUPERIO_NUVOTON_NCT6687D |