diff options
author | Laurent Pinchart <laurentp@cse-semaphore.com> | 2008-05-26 05:53:21 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-30 22:18:25 -0400 |
commit | a5edeccb1a8432ae5d9fb9bccea5a4b64c565017 (patch) | |
tree | d55dfa3802a65d3a3372f3487fb42b8495f96f2c /drivers/net/phy/Kconfig | |
parent | 62c78329581e76347e1078b8ea996b603be3efec (diff) |
net: OpenFirmware GPIO based MDIO bitbang driver
This patch adds an MDIO bitbang driver that uses the GPIO library and its
OF bindings to access the bus I/Os.
Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 284217c12839..d55932acd887 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -84,4 +84,10 @@ config MDIO_BITBANG | |||
84 | 84 | ||
85 | If in doubt, say N. | 85 | If in doubt, say N. |
86 | 86 | ||
87 | config MDIO_OF_GPIO | ||
88 | tristate "Support for GPIO lib-based bitbanged MDIO buses" | ||
89 | depends on MDIO_BITBANG && OF_GPIO | ||
90 | ---help--- | ||
91 | Supports GPIO lib-based MDIO busses. | ||
92 | |||
87 | endif # PHYLIB | 93 | endif # PHYLIB |