summaryrefslogtreecommitdiffstats
path: root/drivers/power/reset/Makefile
diff options
context:
space:
mode:
authorCristian Ciocaltea <cristian.ciocaltea@gmail.com>2021-01-13 13:05:55 +0200
committerSebastian Reichel <sre@kernel.org>2021-01-13 22:17:23 +0100
commit3235d1305066a58ef0198d95d8a662c574f3df85 (patch)
treebc3f90971ec4fb70a3808d5dc5aacbf39ce971d5 /drivers/power/reset/Makefile
parent2f7cf24f420522ddf7575d76753007407293ecc0 (diff)
downloadlinux-3235d1305066a58ef0198d95d8a662c574f3df85.tar.bz2
power: reset: Add poweroff driver for ATC260x PMICs
This driver provides poweroff and reboot support for a system through the ATC2603C and ATC2609A chip variants of the Actions Semi ATC260x family of PMICs. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.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 9dc49d3a57ff..b4601c0a96ed 100644
--- a/drivers/power/reset/Makefile
+++ b/drivers/power/reset/Makefile
@@ -3,6 +3,7 @@ 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_AT91_SAMA5D2_SHDWC) += at91-sama5d2_shdwc.o
+obj-$(CONFIG_POWER_RESET_ATC260X) += atc260x-poweroff.o
obj-$(CONFIG_POWER_RESET_AXXIA) += axxia-reset.o
obj-$(CONFIG_POWER_RESET_BRCMKONA) += brcm-kona-reset.o
obj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o