diff --git a/src/soc/amd/phoenix/chip.h b/src/soc/amd/phoenix/chip.h index f436f9fde4..e3cadc24a3 100644 --- a/src/soc/amd/phoenix/chip.h +++ b/src/soc/amd/phoenix/chip.h @@ -13,7 +13,9 @@ #include #include #include +#if CONFIG(PLATFORM_USES_FSP2_0) #include +#endif struct soc_amd_phoenix_config { struct soc_amd_common_config common_config; @@ -103,8 +105,10 @@ struct soc_amd_phoenix_config { DXIO_PSPP_POWERSAVE, } pspp_policy; +#if CONFIG(PLATFORM_USES_FSP2_0) uint8_t usb_phy_custom; struct usb_phy_config usb_phy; +#endif }; #endif /* PHOENIX_CHIP_H */