diff options
author | René Moll <Rene.Moll@xsens.com> | 2014-08-08 17:12:17 +0400 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-09-16 13:01:39 +0400 |
commit | 6647156c00cc70c1e93161c3cf178071b3381bbb (patch) | |
tree | 095f7cc4d0251bcdb52df46d1e69c2f93f9292f5 /drivers/power/reset/Makefile | |
parent | 7195c505c2e8e2dd372f7b1737f2a788e74889fb (diff) | |
download | linux-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/Makefile')
-rw-r--r-- | drivers/power/reset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/reset/Makefile b/drivers/power/reset/Makefile index a42e70edd037..5d943528c8f7 100644 --- a/drivers/power/reset/Makefile +++ b/drivers/power/reset/Makefile @@ -4,6 +4,7 @@ obj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o obj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o +obj-$(CONFIG_POWER_RESET_LTC2952) += ltc2952-poweroff.o obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o obj-$(CONFIG_POWER_RESET_SUN6I) += sun6i-reboot.o |