diff options
author | David S. Miller <davem@davemloft.net> | 2017-09-01 10:26:32 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-09-01 10:26:32 -0700 |
commit | abd21a873a4aa13119a4eb1d46b99790d7cf7835 (patch) | |
tree | ea3186a5c85b0aef63557f9fab44929841df5fd9 /drivers/net/phy/Kconfig | |
parent | c5b2cef3b64bfd9f206a0bb99ccd24c784aa2062 (diff) | |
parent | 60f786525032432af1b7d9b8935cb12936244ccd (diff) | |
download | linux-abd21a873a4aa13119a4eb1d46b99790d7cf7835.tar.bz2 |
Merge branch 'mdio-mux-Misc-fix'
Corentin Labbe says:
====================
net: mdio-mux: Misc fix
This patch series fix minor problems found when working on the
dwmac-sun8i syscon mdio-mux.
Changes since v1:
- Removed obsolete comment about of_mdio_find_bus/put_device
- removed more DRV_VERSION
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 5afe6fdcc968..a9d16a3af514 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -85,7 +85,7 @@ config MDIO_BUS_MUX_MMIOREG parent bus. Child bus selection is under the control of one of the FPGA's registers. - Currently, only 8-bit registers are supported. + Currently, only 8/16/32 bits registers are supported. config MDIO_CAVIUM tristate |