summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAlexandru Gagniuc <alex.g@adaptrum.com>2017-07-07 18:37:00 (GMT)
committerJoe Hershberger <joe.hershberger@ni.com>2017-08-07 20:18:30 (GMT)
commit9a31c739d2c0f1383d8a73830c5b0bc444ba9d28 (patch)
treeae12b6bf90b1ef2a2a37a1b9d66dd00b2410b2b4 /drivers
parentfbc120e668d8326f93174ca8c4423bd4fdfe55cc (diff)
downloadu-boot-fsl-qoriq-9a31c739d2c0f1383d8a73830c5b0bc444ba9d28.tar.xz
net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options
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> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/phy/Kconfig24
1 files 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"