diff options
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index e7e0cf102d6d..85a1f407e755 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -29,8 +29,12 @@ config REGULATOR_DEBUG | |||
29 | Say yes here to enable debugging support. | 29 | Say yes here to enable debugging support. |
30 | 30 | ||
31 | config REGULATOR_FIXED_VOLTAGE | 31 | config REGULATOR_FIXED_VOLTAGE |
32 | tristate | 32 | tristate "Fixed voltage regulator support" |
33 | default n | 33 | default n |
34 | help | ||
35 | This driver provides support for fixed voltage regulators, | ||
36 | useful for systems which use a combination of software | ||
37 | managed regulators and simple non-configurable regulators. | ||
34 | 38 | ||
35 | config REGULATOR_VIRTUAL_CONSUMER | 39 | config REGULATOR_VIRTUAL_CONSUMER |
36 | tristate "Virtual regulator consumer support" | 40 | tristate "Virtual regulator consumer support" |