diff options
author | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-05-17 23:46:45 +0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-05-18 19:58:56 +0400 |
commit | a1e50fd4452b2ed57376ece465a17276b59fad9c (patch) | |
tree | 43f0b2a069bf9ab57646ddb7242e3949a277af27 /drivers/power/Kconfig | |
parent | 06b9e650ce5eaf14ac1486b2f05baaf2ba22ad22 (diff) | |
download | linux-a1e50fd4452b2ed57376ece465a17276b59fad9c.tar.gz linux-a1e50fd4452b2ed57376ece465a17276b59fad9c.tar.bz2 linux-a1e50fd4452b2ed57376ece465a17276b59fad9c.zip |
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 Say Y here to enable support for the power management unit provided by the Wolfson Microelectronics WM8350 PMIC. +config TEST_POWER + tristate "Test power driver" + help + This driver is used for testing. It's safe to say M here. + config BATTERY_DS2760 tristate "DS2760 battery driver (HP iPAQ & others)" select W1 |