From: Heinrich Schuchardt Date: Sat, 25 Jan 2020 19:40:21 +0000 (+0100) Subject: board: ls1012ardb: do not use imply CONFIG_ X-Git-Tag: v2020.10~382^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9618e980430f3f7b84dfd5bb3004285ed47e5ba;p=platform%2Fkernel%2Fu-boot.git board: ls1012ardb: do not use imply CONFIG_ Inside Kconfig we must not use the CONFIG_ prefix with the imply statement. Fixes: 28e3c39e535b ("board: freescale: ls1012a2g5rdb: enable network support on ls1012a2g5rdb") Signed-off-by: Heinrich Schuchardt Reviewed-by: Priyanka Jain --- diff --git a/board/freescale/ls1012ardb/Kconfig b/board/freescale/ls1012ardb/Kconfig index 51efd0f..639353a 100644 --- a/board/freescale/ls1012ardb/Kconfig +++ b/board/freescale/ls1012ardb/Kconfig @@ -82,8 +82,8 @@ if FSL_PFE config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select PHYLIB - imply CONFIG_PHYLIB_10G - imply CONFIG_PHY_AQUANTIA + imply PHYLIB_10G + imply PHY_AQUANTIA config SYS_LS_PFE_FW_ADDR hex "Flash address of PFE firmware"