diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-09-18 16:44:44 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-09-22 08:32:44 -0400 |
commit | a954c487b95e7061d9546f6897edbc20a73454d3 (patch) | |
tree | c421369f7a699b5964810583be11874288b4d98f /drivers/regulator | |
parent | 2e7e65ce55566fc81036960b00e5e15f5d9578ea (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/Kconfig | 6 |
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 @@ | |||
1 | menuconfig REGULATOR | 1 | menuconfig 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 | ||
31 | config REGULATOR_FIXED_VOLTAGE | 30 | config 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 | ||
39 | config REGULATOR_VIRTUAL_CONSUMER | 37 | config 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 | ||
50 | config REGULATOR_USERSPACE_CONSUMER | 47 | config 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 | ||
60 | config REGULATOR_BQ24022 | 56 | config 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 | |||
69 | config REGULATOR_MAX1586 | 64 | config 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 |