aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 707da4d23537..5bec17cf1d5c 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -47,6 +47,16 @@ config REGULATOR_VIRTUAL_CONSUMER
47 47
48 If unsure, say no. 48 If unsure, say no.
49 49
50config REGULATOR_USERSPACE_CONSUMER
51 tristate "Userspace regulator consumer support"
52 default n
53 help
54 There are some classes of devices that are controlled entirely
55 from user space. Usersapce consumer driver provides ability to
56 control power supplies for such devices.
57
58 If unsure, say no.
59
50config REGULATOR_BQ24022 60config REGULATOR_BQ24022
51 tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC" 61 tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC"
52 default n 62 default n