Skip to content

Commit 62467bb

Browse files
Jan Glauberstorulf
authored andcommitted
mmc: cavium: Depend on GPIO driver
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 <[email protected]> Acked-by: David Daney <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent c0309b3 commit 62467bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/host/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ config MMC_CAVIUM_OCTEON
664664
config MMC_CAVIUM_THUNDERX
665665
tristate "Cavium ThunderX SD/MMC Card Interface support"
666666
depends on PCI && 64BIT && (ARM64 || COMPILE_TEST)
667-
depends on GPIOLIB
667+
depends on GPIO_THUNDERX
668668
depends on OF_ADDRESS
669669
help
670670
This selects Cavium ThunderX SD/MMC Card Interface.

0 commit comments

Comments
 (0)