diff options
author | Robert Marko <robert.marko@sartura.hr> | 2020-01-12 12:30:01 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-13 15:03:24 +0000 |
commit | ebf652b408200504194be32ad0a3f5bb49d6000a (patch) | |
tree | 5b699af2595c752b7f52119a493677b2f62aa503 /drivers/regulator/Kconfig | |
parent | 77e29598ca3fc20314f1acec35ada9706b3ea16b (diff) | |
download | lwn-ebf652b408200504194be32ad0a3f5bb49d6000a.tar.gz lwn-ebf652b408200504194be32ad0a3f5bb49d6000a.zip |
regulator: add IPQ4019 SDHCI VQMMC LDO driver
This introduces the IPQ4019 VQMMC LDO driver needed for
the SD/EMMC driver I/O level operation.
This will enable introducing SD/EMMC support for the built-in controller.
Signed-off-by: Mantas Pucka <mantas@8devices.com>
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Link: https://lore.kernel.org/r/20200112113003.11110-1-robert.marko@sartura.hr
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 9fe2aa9fbbc1..97bfdd47954f 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1110,6 +1110,13 @@ config REGULATOR_VEXPRESS This driver provides support for voltage regulators available on the ARM Ltd's Versatile Express platform. +config REGULATOR_VQMMC_IPQ4019 + tristate "IPQ4019 VQMMC SD LDO regulator support" + depends on ARCH_QCOM + help + This driver provides support for the VQMMC LDO I/0 + voltage regulator of the IPQ4019 SD/EMMC controller. + config REGULATOR_WM831X tristate "Wolfson Microelectronics WM831x PMIC regulators" depends on MFD_WM831X |