Skip to content
Snippets Groups Projects
Commit d9618e98 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt :speech_balloon: Committed by Priyanka Jain
Browse files

board: ls1012ardb: do not use imply CONFIG_


Inside Kconfig we must not use the CONFIG_ prefix with the imply statement.

Fixes: 28e3c39e ("board: freescale: ls1012a2g5rdb: enable network
support on ls1012a2g5rdb")
Signed-off-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Priyanka Jain's avatarPriyanka Jain <priyanka.jain@nxp.com>
parent 8526a58a
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment