On 2 October 2017 at 14:02, Jan Glauber <jglauber@xxxxxxxxxx> wrote: > Without the ThunderX/OcteonTx GPIO driver the MMC driver > would not power up any MMC devices. Therefore add a > dependency to the GPIO driver and remove the unneeded GPIOLIB > dependency. > > Signed-off-by: Jan Glauber <jglauber@xxxxxxxxxx> Thanks, applied for next! Kind regards Uffe > --- > drivers/mmc/host/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig > index 8c15637178ff..a47a2f1d8ae4 100644 > --- a/drivers/mmc/host/Kconfig > +++ b/drivers/mmc/host/Kconfig > @@ -663,7 +663,7 @@ config MMC_CAVIUM_OCTEON > config MMC_CAVIUM_THUNDERX > tristate "Cavium ThunderX SD/MMC Card Interface support" > depends on PCI && 64BIT && (ARM64 || COMPILE_TEST) > - depends on GPIOLIB > + depends on GPIO_THUNDERX > depends on OF_ADDRESS > help > This selects Cavium ThunderX SD/MMC Card Interface. > -- > 2.9.0.rc0.21.g7777322 > -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html