Kconfig expressions use symbol names without the CONFIG_ prefix. MBA7
currently implies CONFIG_PHY_TI_DP83867, which is undefined, while the
driver is controlled by PHY_TI_DP83867.

Use the actual Kconfig symbol so the board selection can imply the PHY
driver as intended.

Fixes: d000ce5efee3 ("board: tqma7: add code for u-boot with spl")
Signed-off-by: Pengpeng Hou <[email protected]>
---
 board/tq/tqma7/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/tq/tqma7/Kconfig b/board/tq/tqma7/Kconfig
index 477ce3f3d53..afda49bea4f 100644
--- a/board/tq/tqma7/Kconfig
+++ b/board/tq/tqma7/Kconfig
@@ -82,7 +82,7 @@ config MBA7
        imply CMD_USB
        imply USB_STORAGE
        imply PHYLIB
-       imply CONFIG_PHY_TI_DP83867
+       imply PHY_TI_DP83867
        select MXC_UART
        select DM_MMC
        select DM_SPI
-- 
2.50.1 (Apple Git-155)

Reply via email to