aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/reset/Makefile
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-07-03 14:07:18 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-07-15 13:40:34 +0200
commitae499f0fadaf28bf3138676fa2d3f6cf7d57556a (patch)
treedb1cb132271288f5dd347746c85d1f0614fca08a /drivers/power/reset/Makefile
parentpower: reset: Add AT91 reset driver (diff)
downloadlinux-dev-ae499f0fadaf28bf3138676fa2d3f6cf7d57556a.tar.xz
linux-dev-ae499f0fadaf28bf3138676fa2d3f6cf7d57556a.zip
power: reset: Add AT91 poweroff driver
Add a driver to handle the shutdown of the Atmel SoCs. This code used to be (and still is) in arch/arm/mach-at91. We didn't remove it yet so that we can convert all the boards to using this driver, before removing it entirely in a separate patch. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/power/reset/Makefile')
-rw-r--r--drivers/power/reset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/reset/Makefile b/drivers/power/reset/Makefile
index 1599214b91d9..8bf941bac3da 100644
--- a/drivers/power/reset/Makefile
+++ b/drivers/power/reset/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_POWER_RESET_AS3722) += as3722-poweroff.o
+obj-$(CONFIG_POWER_RESET_AT91_POWEROFF) += at91-poweroff.o
obj-$(CONFIG_POWER_RESET_AT91_RESET) += at91-reset.o
obj-$(CONFIG_POWER_RESET_AXXIA) += axxia-reset.o
obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o