From c66733a10688f52a40cb4026367625a45d0938c0 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 17 Aug 2021 11:41:55 +0530 Subject: soc/intel/alderlake: Move INTEL_CAR_NEM selection from SoC to mainboard This patch decouples the selection of eNEM feature enablement from SoC to ensure the ADLRVP does the validation first prior enabling this feature on OEM/ODM reference designs. BUG=b:168820083 TEST=No changing is being observed in .config with and without this CL. Change-Id: I709185159d9869501b1d8e8d00f6d25ec77838bf Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/56993 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/brya/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/brya/Kconfig') diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 9279f4b9be..ee1c9b3d4c 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -40,6 +40,7 @@ config BOARD_GOOGLE_BRYA_COMMON select SOC_INTEL_ALDERLAKE select SOC_INTEL_COMMON_BLOCK_PCIE_RTD3 select SOC_INTEL_CSE_LITE_SKU + select INTEL_CAR_NEM #TODO - Enable INTEL_CAR_NEM_ENHANCED config BASEBOARD_DIR string -- cgit v1.2.3