diff --git a/src/mainboard/amd/crater/Kconfig b/src/mainboard/amd/crater/Kconfig index 110ba14fa1..1560201ea3 100644 --- a/src/mainboard/amd/crater/Kconfig +++ b/src/mainboard/amd/crater/Kconfig @@ -101,12 +101,15 @@ choice config XGBE_WWAN_WLAN bool "XGBE_WWAN_WLAN" help - Use GPP[0:1] for XGBE (ETH_AIC_SLOT), GPP[2] for WWAN slot and GPP[3] for WLAN slot. + Use GPP[0:1] connected to ETH AIC (PCIe x4 Slot) + Use GPP[2] connected to WWAN/GPS (M.2 B-Key) + Use GPP[3] connected to WiFi/BT (M.2 E-Key) -config ETH_AIC_SLOT_ONLY - bool "DT Enablement" +config PCIE_DT_SLOT + bool "PCIe Slot" help - Use GPP[0:3] for as PCIE (ETH_AIC_SLOT) only + Use GPP[0:3] connected to PCIe x4 Slot + endchoice if !EM100 # EM100 defaults in soc/amd/common/blocks/spi/Kconfig diff --git a/src/mainboard/amd/crater/port_descriptors_renoir.c b/src/mainboard/amd/crater/port_descriptors_renoir.c index a22bf94632..cfc6e2f35c 100644 --- a/src/mainboard/amd/crater/port_descriptors_renoir.c +++ b/src/mainboard/amd/crater/port_descriptors_renoir.c @@ -185,10 +185,9 @@ void mainboard_get_dxio_ddi_descriptors( mxm_dxio_descriptor, ssd_dxio_descriptor, tb_dxio_descriptor, -#if CONFIG(ETH_AIC_SLOT_ONLY) +#if CONFIG(PCIE_DT_SLOT) dt_dxio_descriptor, // GPP 0~3 -#endif -#if CONFIG(XGBE_WWAN_WLAN) +#elif CONFIG(XGBE_WWAN_WLAN) xgbe_port0_dxio_descriptor, // GPP 0 xgbe_port1_dxio_descriptor, // GPP 1 wwan_dxio_descriptor, // GPP 2