diff options
author | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-05-17 15:46:45 -0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-05-18 11:58:56 -0400 |
commit | a1e50fd4452b2ed57376ece465a17276b59fad9c (patch) | |
tree | 43f0b2a069bf9ab57646ddb7242e3949a277af27 /drivers/power/Kconfig | |
parent | 06b9e650ce5eaf14ac1486b2f05baaf2ba22ad22 (diff) |
power_supply: Add test_power driver
Just a handy driver that is used for testing purposes.
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index c59bcb7c6eb0..8e9ba177d817 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -57,6 +57,11 @@ config WM8350_POWER | |||
57 | Say Y here to enable support for the power management unit | 57 | Say Y here to enable support for the power management unit |
58 | provided by the Wolfson Microelectronics WM8350 PMIC. | 58 | provided by the Wolfson Microelectronics WM8350 PMIC. |
59 | 59 | ||
60 | config TEST_POWER | ||
61 | tristate "Test power driver" | ||
62 | help | ||
63 | This driver is used for testing. It's safe to say M here. | ||
64 | |||
60 | config BATTERY_DS2760 | 65 | config BATTERY_DS2760 |
61 | tristate "DS2760 battery driver (HP iPAQ & others)" | 66 | tristate "DS2760 battery driver (HP iPAQ & others)" |
62 | select W1 | 67 | select W1 |