diff options
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 262f62eec837..834b48441829 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -27,6 +27,17 @@ config REGULATOR_DEBUG | |||
27 | help | 27 | help |
28 | Say yes here to enable debugging support. | 28 | Say yes here to enable debugging support. |
29 | 29 | ||
30 | config REGULATOR_DUMMY | ||
31 | bool "Provide a dummy regulator if regulator lookups fail" | ||
32 | help | ||
33 | If this option is enabled then when a regulator lookup fails | ||
34 | and the board has not specified that it has provided full | ||
35 | constraints then the regulator core will provide an always | ||
36 | enabled dummy regulator will be provided, allowing consumer | ||
37 | drivers to continue. | ||
38 | |||
39 | A warning will be generated when this substitution is done. | ||
40 | |||
30 | config REGULATOR_FIXED_VOLTAGE | 41 | config REGULATOR_FIXED_VOLTAGE |
31 | tristate "Fixed voltage regulator support" | 42 | tristate "Fixed voltage regulator support" |
32 | help | 43 | help |
@@ -69,6 +80,13 @@ config REGULATOR_MAX1586 | |||
69 | regulator via I2C bus. The provided regulator is suitable | 80 | regulator via I2C bus. The provided regulator is suitable |
70 | for PXA27x chips to control VCC_CORE and VCC_USIM voltages. | 81 | for PXA27x chips to control VCC_CORE and VCC_USIM voltages. |
71 | 82 | ||
83 | config REGULATOR_MAX8649 | ||
84 | tristate "Maxim 8649 voltage regulator" | ||
85 | depends on I2C | ||
86 | help | ||
87 | This driver controls a Maxim 8649 voltage output regulator via | ||
88 | I2C bus. | ||
89 | |||
72 | config REGULATOR_MAX8660 | 90 | config REGULATOR_MAX8660 |
73 | tristate "Maxim 8660/8661 voltage regulator" | 91 | tristate "Maxim 8660/8661 voltage regulator" |
74 | depends on I2C | 92 | depends on I2C |
@@ -91,19 +109,26 @@ config REGULATOR_WM831X | |||
91 | of PMIC devices. | 109 | of PMIC devices. |
92 | 110 | ||
93 | config REGULATOR_WM8350 | 111 | config REGULATOR_WM8350 |
94 | tristate "Wolfson Microelectroncis WM8350 AudioPlus PMIC" | 112 | tristate "Wolfson Microelectronics WM8350 AudioPlus PMIC" |
95 | depends on MFD_WM8350 | 113 | depends on MFD_WM8350 |
96 | help | 114 | help |
97 | This driver provides support for the voltage and current regulators | 115 | This driver provides support for the voltage and current regulators |
98 | of the WM8350 AudioPlus PMIC. | 116 | of the WM8350 AudioPlus PMIC. |
99 | 117 | ||
100 | config REGULATOR_WM8400 | 118 | config REGULATOR_WM8400 |
101 | tristate "Wolfson Microelectroncis WM8400 AudioPlus PMIC" | 119 | tristate "Wolfson Microelectronics WM8400 AudioPlus PMIC" |
102 | depends on MFD_WM8400 | 120 | depends on MFD_WM8400 |
103 | help | 121 | help |
104 | This driver provides support for the voltage regulators of the | 122 | This driver provides support for the voltage regulators of the |
105 | WM8400 AudioPlus PMIC. | 123 | WM8400 AudioPlus PMIC. |
106 | 124 | ||
125 | config REGULATOR_WM8994 | ||
126 | tristate "Wolfson Microelectronics WM8994 CODEC" | ||
127 | depends on MFD_WM8994 | ||
128 | help | ||
129 | This driver provides support for the voltage regulators on the | ||
130 | WM8994 CODEC. | ||
131 | |||
107 | config REGULATOR_DA903X | 132 | config REGULATOR_DA903X |
108 | tristate "Support regulators on Dialog Semiconductor DA9030/DA9034 PMIC" | 133 | tristate "Support regulators on Dialog Semiconductor DA9030/DA9034 PMIC" |
109 | depends on PMIC_DA903X | 134 | depends on PMIC_DA903X |