From: Alexandru Gagniuc <alex.g@adaptrum.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/5] net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options
Date: Fri, 7 Jul 2017 11:37:00 -0700 [thread overview]
Message-ID: <20170707183703.2190-5-alex.g@adaptrum.com> (raw)
In-Reply-To: <20170707183703.2190-1-alex.g@adaptrum.com>
The correct option is PHY_MICREL_KSZ90X1, but some configs still
select the 9021 and 9031 options, which are deprecated.
Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
---
drivers/net/phy/Kconfig | 24 ++----------------------
1 file changed, 2 insertions(+), 22 deletions(-)
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index aecf7ed..4d02d8b 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -67,34 +67,14 @@ config PHY_MICREL
if PHY_MICREL
config PHY_MICREL_KSZ9021
- bool "Micrel KSZ9021 family support"
+ bool
select PHY_GIGE
select PHY_MICREL_KSZ90X1
- help
- Enable support for the Micrel KSZ9021 GbE PHY family. If
- enabled, the extended register read/write for KSZ9021 PHYs
- is supported through the 'mdio' command and any RGMII signal
- delays configured in the device tree will be applied to the
- PHY during initialisation.
-
- Note that the KSZ9021 uses the same part number os the
- KSZ8921BL, so enabling this option disables support for the
- KSZ8721BL.
-
- Deprecated. Use PHY_MICREL_KSZ90X1 instead.
config PHY_MICREL_KSZ9031
- bool "Micrel KSZ9031 family support"
+ bool
select PHY_GIGE
select PHY_MICREL_KSZ90X1
- help
- Enable support for the Micrel KSZ9031 GbE PHY family. If
- enabled, the extended register read/write for KSZ9021 PHYs
- is supported through the 'mdio' command and any RGMII signal
- delays configured in the device tree will be applied to the
- PHY during initialisatioin.
-
- Deprecated. Use PHY_MICREL_KSZ90X1 instead.
config PHY_MICREL_KSZ90X1
bool "Micrel KSZ90x1 family support"
--
2.9.3
next prev parent reply other threads:[~2017-07-07 18:37 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-07 18:36 [U-Boot] [PATCH 1/5] net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021 Alexandru Gagniuc
2017-07-07 18:36 ` [U-Boot] [PATCH 2/5] net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 drivers Alexandru Gagniuc
2017-07-07 20:11 ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-07-07 20:13 ` [U-Boot] [PATCH " Marek Vasut
2017-07-07 20:46 ` Tom Rini
2017-07-27 15:27 ` Alex
2017-07-27 22:11 ` Joe Hershberger
2017-08-07 20:32 ` [U-Boot] " Joe Hershberger
2017-07-07 18:36 ` [U-Boot] [PATCH 3/5] configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1 Alexandru Gagniuc
2017-07-27 22:12 ` Joe Hershberger
2017-07-27 23:07 ` Alex
2017-08-01 16:40 ` Joe Hershberger
2017-08-01 16:50 ` Alexandru Gagniuc
2017-08-02 0:19 ` [U-Boot] [PATCH 1/2] Move PHYLIB to Kconfig Alexandru Gagniuc
2017-08-02 0:20 ` [U-Boot] [PATCH 2/2] Move PHY_MICREL and PHY_MICREL_KSZ90X1 " Alexandru Gagniuc
2017-08-02 14:35 ` Joe Hershberger
2017-08-07 21:08 ` [U-Boot] " Joe Hershberger
2017-08-02 14:35 ` [U-Boot] [PATCH 1/2] Move PHYLIB " Joe Hershberger
2017-08-07 21:08 ` [U-Boot] " Joe Hershberger
2017-08-01 16:41 ` [U-Boot] [PATCH 3/5] configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1 Joe Hershberger
2017-08-07 20:32 ` [U-Boot] " Joe Hershberger
2017-07-07 18:36 ` [U-Boot] [PATCH 4/5] net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxx Alexandru Gagniuc
2017-07-07 20:11 ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-07-27 22:13 ` [U-Boot] [PATCH " Joe Hershberger
2017-08-07 20:32 ` [U-Boot] " Joe Hershberger
2017-07-07 18:37 ` Alexandru Gagniuc [this message]
2017-07-07 20:11 ` [U-Boot] [U-Boot, 5/5] net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options Philipp Tomsich
2017-07-27 22:14 ` [U-Boot] [PATCH " Joe Hershberger
2017-08-07 20:32 ` [U-Boot] " Joe Hershberger
2017-07-07 20:11 ` [U-Boot] [U-Boot, 1/5] net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021 Philipp Tomsich
2017-07-27 22:05 ` [U-Boot] [PATCH " Joe Hershberger
2017-08-07 20:32 ` [U-Boot] " Joe Hershberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170707183703.2190-5-alex.g@adaptrum.com \
--to=alex.g@adaptrum.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox