Loading arch/arm/configs/mdm_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,7 @@ CONFIG_POWER_RESET_MSM=y CONFIG_MSM_DLOAD_MODE=y CONFIG_THERMAL=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_STUB=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y Loading drivers/regulator/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -131,6 +131,17 @@ config REGULATOR_AS3711 This driver provides support for the voltage regulators on the AS3711 PMIC config REGULATOR_STUB tristate "Stub Regulator" help This driver adds stub regulator support. The driver is absent of any real hardware based implementation. It allows for clients to register their regulator device constraints and use all of the standard regulator interfaces. This is useful for bringing up new platforms when the real hardware based implementation may not be yet available. Clients can use the real regulator device names with proper constraint checking while the real driver is being developed. config REGULATOR_AS3722 tristate "AMS AS3722 PMIC Regulators" depends on MFD_AS3722 Loading Loading
arch/arm/configs/mdm_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,7 @@ CONFIG_POWER_RESET_MSM=y CONFIG_MSM_DLOAD_MODE=y CONFIG_THERMAL=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_STUB=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y Loading
drivers/regulator/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -131,6 +131,17 @@ config REGULATOR_AS3711 This driver provides support for the voltage regulators on the AS3711 PMIC config REGULATOR_STUB tristate "Stub Regulator" help This driver adds stub regulator support. The driver is absent of any real hardware based implementation. It allows for clients to register their regulator device constraints and use all of the standard regulator interfaces. This is useful for bringing up new platforms when the real hardware based implementation may not be yet available. Clients can use the real regulator device names with proper constraint checking while the real driver is being developed. config REGULATOR_AS3722 tristate "AMS AS3722 PMIC Regulators" depends on MFD_AS3722 Loading