mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 00:54:41 +08:00
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 <jglauber@cavium.com> Acked-by: David Daney <david.daney@cavium.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
c0309b3803
commit
62467bbbbc
@ -664,7 +664,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.
|
||||
|
Loading…
Reference in New Issue
Block a user