aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-09-18 16:44:44 -0400
committerLiam Girdwood <lrg@slimlogic.co.uk>2009-09-22 08:32:44 -0400
commita954c487b95e7061d9546f6897edbc20a73454d3 (patch)
treec421369f7a699b5964810583be11874288b4d98f /drivers/regulator
parent2e7e65ce55566fc81036960b00e5e15f5d9578ea (diff)
regulator: drop 'default n'
Specifying 'default n' is superfluous. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 2b52a4ffcd31..bcbb161bde0b 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1,6 +1,5 @@
1menuconfig REGULATOR 1menuconfig REGULATOR
2 bool "Voltage and Current Regulator Support" 2 bool "Voltage and Current Regulator Support"
3 default n
4 help 3 help
5 Generic Voltage and Current Regulator support. 4 Generic Voltage and Current Regulator support.
6 5
@@ -30,7 +29,6 @@ config REGULATOR_DEBUG
30 29
31config REGULATOR_FIXED_VOLTAGE 30config REGULATOR_FIXED_VOLTAGE
32 tristate "Fixed voltage regulator support" 31 tristate "Fixed voltage regulator support"
33 default n
34 help 32 help
35 This driver provides support for fixed voltage regulators, 33 This driver provides support for fixed voltage regulators,
36 useful for systems which use a combination of software 34 useful for systems which use a combination of software
@@ -38,7 +36,6 @@ config REGULATOR_FIXED_VOLTAGE
38 36
39config REGULATOR_VIRTUAL_CONSUMER 37config REGULATOR_VIRTUAL_CONSUMER
40 tristate "Virtual regulator consumer support" 38 tristate "Virtual regulator consumer support"
41 default n
42 help 39 help
43 This driver provides a virtual consumer for the voltage and 40 This driver provides a virtual consumer for the voltage and
44 current regulator API which provides sysfs controls for 41 current regulator API which provides sysfs controls for
@@ -49,7 +46,6 @@ config REGULATOR_VIRTUAL_CONSUMER
49 46
50config REGULATOR_USERSPACE_CONSUMER 47config REGULATOR_USERSPACE_CONSUMER
51 tristate "Userspace regulator consumer support" 48 tristate "Userspace regulator consumer support"
52 default n
53 help 49 help
54 There are some classes of devices that are controlled entirely 50 There are some classes of devices that are controlled entirely
55 from user space. Userspace consumer driver provides ability to 51 from user space. Userspace consumer driver provides ability to
@@ -59,7 +55,6 @@ config REGULATOR_USERSPACE_CONSUMER
59 55
60config REGULATOR_BQ24022 56config REGULATOR_BQ24022
61 tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC" 57 tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC"
62 default n
63 help 58 help
64 This driver controls a TI bq24022 Charger attached via 59 This driver controls a TI bq24022 Charger attached via
65 GPIOs. The provided current regulator can enable/disable 60 GPIOs. The provided current regulator can enable/disable
@@ -69,7 +64,6 @@ config REGULATOR_BQ24022
69config REGULATOR_MAX1586 64config REGULATOR_MAX1586
70 tristate "Maxim 1586/1587 voltage regulator" 65 tristate "Maxim 1586/1587 voltage regulator"
71 depends on I2C 66 depends on I2C
72 default n
73 help 67 help
74 This driver controls a Maxim 1586 or 1587 voltage output 68 This driver controls a Maxim 1586 or 1587 voltage output
75 regulator via I2C bus. The provided regulator is suitable 69 regulator via I2C bus. The provided regulator is suitable