blob: 85da3198e4e05231e20b72426703f8108204d581 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Laxman Dewangan56fb8de2013-12-20 18:54:00 +05302obj-$(CONFIG_POWER_RESET_AS3722) += as3722-poweroff.o
Maxime Ripardae499f02014-07-03 14:07:18 +02003obj-$(CONFIG_POWER_RESET_AT91_POWEROFF) += at91-poweroff.o
Maxime Ripardecfe64d2014-07-02 17:46:58 +02004obj-$(CONFIG_POWER_RESET_AT91_RESET) += at91-reset.o
Nicolas Ferref80cb482016-03-16 14:19:50 +01005obj-$(CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC) += at91-sama5d2_shdwc.o
Anders Berg4a315e32014-05-23 11:08:38 +02006obj-$(CONFIG_POWER_RESET_AXXIA) += axxia-reset.o
Chris Brand783cb942016-05-11 14:36:17 -07007obj-$(CONFIG_POWER_RESET_BRCMKONA) += brcm-kona-reset.o
Marc Carino030494e2014-07-22 16:48:03 -07008obj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o
Linus Walleijf7a388d2017-03-12 23:36:21 +01009obj-$(CONFIG_POWER_RESET_GEMINI_POWEROFF) += gemini-poweroff.o
Jamie Lentin96ff0f52012-11-17 09:51:04 +010010obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o
David Riley371bb202014-08-27 12:23:51 -070011obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o
Haojian Zhuang4a9b3732014-05-13 17:11:28 +080012obj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o
Abhimanyu Kapur78be3172013-07-30 17:05:28 -070013obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o
Vinod Koule6a578e2018-06-28 20:38:46 +053014obj-$(CONFIG_POWER_RESET_QCOM_PON) += qcom-pon.o
Alexandre Belloni6ab739b2018-01-16 11:12:35 +010015obj-$(CONFIG_POWER_RESET_OCELOT_RESET) += ocelot-reset.o
Paul Burton29676832016-09-28 16:30:56 +010016obj-$(CONFIG_POWER_RESET_PIIX4_POWEROFF) += piix4-poweroff.o
René Moll66471562014-08-08 13:12:17 +000017obj-$(CONFIG_POWER_RESET_LTC2952) += ltc2952-poweroff.o
Andrew Lunne8fc7212012-12-28 13:25:09 +010018obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o
Catalin Marinas2655f512013-01-15 11:24:14 +000019obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o
Lee Jonesf0745f32014-07-22 15:52:28 +010020obj-$(CONFIG_POWER_RESET_ST) += st-poweroff.o
Linus Walleij0e545f52014-05-22 10:20:38 +020021obj-$(CONFIG_POWER_RESET_VERSATILE) += arm-versatile-reboot.o
Catalin Marinas2655f512013-01-15 11:24:14 +000022obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o
Loc Ho67778e0e2013-07-02 14:38:58 -060023obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o
Ivan Khoronzhuka3e01e82014-05-23 16:32:39 -040024obj-$(CONFIG_POWER_RESET_KEYSTONE) += keystone-reset.o
Feng Kan09fb07b2014-09-30 16:25:03 -070025obj-$(CONFIG_POWER_RESET_SYSCON) += syscon-reboot.o
Moritz Fischer8a577602015-03-11 17:37:18 -070026obj-$(CONFIG_POWER_RESET_SYSCON_POWEROFF) += syscon-poweroff.o
Geert Uytterhoevenfa0f8d62014-12-04 16:33:21 +010027obj-$(CONFIG_POWER_RESET_RMOBILE) += rmobile-reset.o
Jun Niedd9f1482015-07-15 11:25:58 +080028obj-$(CONFIG_POWER_RESET_ZX) += zx-reboot.o
Andy Yan4fcd5042016-07-06 21:27:26 +080029obj-$(CONFIG_REBOOT_MODE) += reboot-mode.o
30obj-$(CONFIG_SYSCON_REBOOT_MODE) += syscon-reboot-mode.o
Baolin Wang3f5faf32018-02-26 10:23:14 +080031obj-$(CONFIG_POWER_RESET_SC27XX) += sc27xx-poweroff.o
Han Nandor7a78a7f2019-05-15 10:47:14 +000032obj-$(CONFIG_NVMEM_REBOOT_MODE) += nvmem-reboot-mode.o