From: Corentin Labbe Date: Fri, 1 Sep 2017 11:56:03 +0000 (+0200) Subject: net: mdio-mux-mmioreg: Can handle 8/16/32 bits registers X-Git-Tag: v4.14-rc1~130^2~52^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c642bbbc72d4d5165da7c8477d13791f5943dd05;p=platform%2Fkernel%2Flinux-exynos.git net: mdio-mux-mmioreg: Can handle 8/16/32 bits registers This patch fix an old information that mdio-mux-mmioreg can only handle 8bit registers. This is not true anymore. Signed-off-by: Corentin Labbe Reviewed-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 5afe6fd..a9d16a3 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