From 628becd684b40d5033de9fe45b23e4c8600bef9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Mon, 16 Oct 2023 15:22:57 +0200 Subject: mainboard/msi/ms7e06: Remove FSP_TYPE_IOT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78412 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Michał Kopeć --- src/mainboard/msi/ms7e06/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/msi/ms7e06') 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 -- cgit v1.2.3