diff mbox series

[1/1] board: ls1012ardb: do not use imply CONFIG_

Message ID 20200125194021.10117-1-xypron.glpk@gmx.de
State Accepted
Commit d9618e980430f3f7b84dfd5bb3004285ed47e5ba
Delegated to: Priyanka Jain
Headers show
Series [1/1] board: ls1012ardb: do not use imply CONFIG_ | expand

Commit Message

Heinrich Schuchardt Jan. 25, 2020, 7:40 p.m. UTC
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 <xypron.glpk@gmx.de>
---
I do not possess a ls1012ardb board for testing but the current Kconfig
file is obviously wrong.
---
 board/freescale/ls1012ardb/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.24.1

Comments

Priyanka Jain (OSS) Feb. 5, 2020, 6:46 a.m. UTC | #1
>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Heinrich Schuchardt
>Sent: Sunday, January 26, 2020 1:10 AM
>To: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
>Cc: Sumit Garg <sumit.garg@nxp.com>; u-boot@lists.denx.de; Bhaskar
>Upadhaya <bhaskar.upadhaya@nxp.com>; Heinrich Schuchardt
><xypron.glpk@gmx.de>
>Subject: [PATCH 1/1] 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 <xypron.glpk@gmx.de>
>---
>I do not possess a ls1012ardb board for testing but the current Kconfig file is
>obviously wrong.
>---
Patch applied on u-boot-fsl-qoriq/master. Awaiting upstream 
-priyankajain
diff mbox series

Patch

diff --git a/board/freescale/ls1012ardb/Kconfig b/board/freescale/ls1012ardb/Kconfig
index 51efd0fa37..639353a94b 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"