From: NeilBrown Date: Sat, 4 May 2019 10:24:57 +0000 (+1000) Subject: mmc: mtk-sd: select REGULATOR X-Git-Tag: v5.2-rc1~155^2~3 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=26c2b19e9daf8e68a9703dfec3bd6fed7330c158;p=uclinux-h8%2Flinux.git mmc: mtk-sd: select REGULATOR The mtk-sd driver requires a regulator to be present, even if it is the "fixed" regulator. So select REGULATOR to make it hard to build unusable configurations. Signed-off-by: NeilBrown Reviewed-by: Chaotian Jing Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 9c01310a0d2e..1249cde7004d 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -941,6 +941,7 @@ config MMC_BCM2835 config MMC_MTK tristate "MediaTek SD/MMC Card Interface support" depends on HAS_DMA + select REGULATOR help This selects the MediaTek(R) Secure digital and Multimedia card Interface. If you have a machine with a integrated SD/MMC card reader, say Y or M here.