All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] board: ls1012ardb: do not use imply CONFIG_
@ 2020-01-25 19:40 Heinrich Schuchardt
  2020-02-05  6:46 ` Priyanka Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-01-25 19:40 UTC (permalink / raw)
  To: u-boot

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(-)

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"
--
2.24.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/1] board: ls1012ardb: do not use imply CONFIG_
  2020-01-25 19:40 [PATCH 1/1] board: ls1012ardb: do not use imply CONFIG_ Heinrich Schuchardt
@ 2020-02-05  6:46 ` Priyanka Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain @ 2020-02-05  6:46 UTC (permalink / raw)
  To: u-boot

>-----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 at 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-05  6:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-25 19:40 [PATCH 1/1] board: ls1012ardb: do not use imply CONFIG_ Heinrich Schuchardt
2020-02-05  6:46 ` Priyanka Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.