diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-08-26 16:16:08 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2008-10-13 16:51:57 -0400 |
commit | 129eef96c9e25ce6516e2ddd5a338a14362b815b (patch) | |
tree | 1e68283f56c0923cd044e8b8aa1c7e56fde25e11 /drivers/regulator/Kconfig | |
parent | 9201d38b97c7de1b8e6e40449745acf456cff437 (diff) |
da903x: add regulator support for DA9030/DA9034
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Liam Girdwood <lrg@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index a620023169bc..4dada6ee1119 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -72,4 +72,12 @@ config REGULATOR_WM8400 | |||
72 | This driver provides support for the voltage regulators of the | 72 | This driver provides support for the voltage regulators of the |
73 | WM8400 AudioPlus PMIC. | 73 | WM8400 AudioPlus PMIC. |
74 | 74 | ||
75 | config REGULATOR_DA903X | ||
76 | tristate "Support regulators on Dialog Semiconductor DA9030/DA9034 PMIC" | ||
77 | depends on PMIC_DA903X | ||
78 | select REGULATOR | ||
79 | help | ||
80 | Say y here to support the BUCKs and LDOs regulators found on | ||
81 | Dialog Semiconductor DA9030/DA9034 PMIC. | ||
82 | |||
75 | endmenu | 83 | endmenu |