diff options
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index c505714b0a98..2dc42bbf6fe9 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -138,5 +138,14 @@ config REGULATOR_MC13783 | |||
138 | Say y here to support the regulators found on the Freescale MC13783 | 138 | Say y here to support the regulators found on the Freescale MC13783 |
139 | PMIC. | 139 | PMIC. |
140 | 140 | ||
141 | config REGULATOR_AB3100 | ||
142 | tristate "ST-Ericsson AB3100 Regulator functions" | ||
143 | depends on AB3100_CORE | ||
144 | default y if AB3100_CORE | ||
145 | help | ||
146 | These regulators correspond to functionality in the | ||
147 | AB3100 analog baseband dealing with power regulators | ||
148 | for the system. | ||
149 | |||
141 | endif | 150 | endif |
142 | 151 | ||