Convert selectors of GENERIC_GPIO to GPIOLIB
GENERIC_GPIO is now equivalent to GPIOLIB and features that depended on GENERIC_GPIO can now depend on GPIOLIB to allow removal of this option. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
@@ -126,7 +126,7 @@ config MDIO_BITBANG
|
||||
|
||||
config MDIO_GPIO
|
||||
tristate "Support for GPIO lib-based bitbanged MDIO buses"
|
||||
depends on MDIO_BITBANG && GENERIC_GPIO
|
||||
depends on MDIO_BITBANG && GPIOLIB
|
||||
---help---
|
||||
Supports GPIO lib-based MDIO busses.
|
||||
|
||||
|
Reference in New Issue
Block a user