diff options
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index d5d8e1c5bc91..fc5938ba3d78 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -115,4 +115,15 @@ config MDIO_GPIO | |||
115 | To compile this driver as a module, choose M here: the module | 115 | To compile this driver as a module, choose M here: the module |
116 | will be called mdio-gpio. | 116 | will be called mdio-gpio. |
117 | 117 | ||
118 | config MDIO_OCTEON | ||
119 | tristate "Support for MDIO buses on Octeon SOCs" | ||
120 | depends on CPU_CAVIUM_OCTEON | ||
121 | default y | ||
122 | help | ||
123 | |||
124 | This module provides a driver for the Octeon MDIO busses. | ||
125 | It is required by the Octeon Ethernet device drivers. | ||
126 | |||
127 | If in doubt, say Y. | ||
128 | |||
118 | endif # PHYLIB | 129 | endif # PHYLIB |