summaryrefslogtreecommitdiff
path: root/drivers/power/reset/Kconfig
diff options
context:
space:
mode:
authorRené Moll <Rene.Moll@xsens.com>2014-08-08 13:12:17 (GMT)
committerSebastian Reichel <sre@kernel.org>2014-09-16 09:01:39 (GMT)
commit6647156c00cc70c1e93161c3cf178071b3381bbb (patch)
tree095f7cc4d0251bcdb52df46d1e69c2f93f9292f5 /drivers/power/reset/Kconfig
parent7195c505c2e8e2dd372f7b1737f2a788e74889fb (diff)
downloadlinux-6647156c00cc70c1e93161c3cf178071b3381bbb.tar.xz
power: reset: add LTC2952 poweroff driver
This adds a driver for the LTC2952, an external power control chip, which signals the OS to shut down. Additionally this driver lets the kernel power down the board. Signed-off-by: René Moll <rene.moll@xsens.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/reset/Kconfig')
-rw-r--r--drivers/power/reset/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index ca41523..7615639 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -51,6 +51,13 @@ config POWER_RESET_MSM
help
Power off and restart support for Qualcomm boards.
+config POWER_RESET_LTC2952
+ bool "LTC2952 PowerPath power-off driver"
+ depends on OF_GPIO && POWER_RESET
+ help
+ This driver supports an external powerdown trigger and board power
+ down via the LTC2952. Bindings are made in the device tree.
+
config POWER_RESET_QNAP
bool "QNAP power-off driver"
depends on OF_GPIO && POWER_RESET && PLAT_ORION