The driver was originally written for use with the i.MX8MQ's DWC3, but has been extended to also cover the i.MX8MP's DWC3. While we won't change the config symbol name, because that could break existing users, we can and should change the symbol prompt and help text as well as the dependency to reflect that the driver also targets the i.MX8MP. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- v1 -> v2: - no change --- drivers/phy/freescale/Kconfig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig index 4eb1f9a55c3b..04e8bcf18833 100644 --- a/drivers/phy/freescale/Kconfig +++ b/drivers/phy/freescale/Kconfig @@ -1,5 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-only -config PHY_FSL_IMX8MQ_USB - bool "Freescale i.MX8M USB3 PHY" - default ARCH_IMX8MQ + +config PHY_FSL_IMX8MQ_USB + bool "Freescale i.MX8MQ/P USB3 PHY" + default ARCH_IMX8MQ || ARCH_IMX8MP + help + Enable this to add support for the USB PHY found on + the i.MX8M Quad and Plus. -- 2.39.2