40 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_POWER_RESET_AS3722) += as3722-poweroff.o3obj-$(CONFIG_POWER_RESET_AT91_POWEROFF) += at91-poweroff.o4obj-$(CONFIG_POWER_RESET_AT91_RESET) += at91-reset.o5obj-$(CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC) += at91-sama5d2_shdwc.o6obj-$(CONFIG_POWER_RESET_ATC260X) += atc260x-poweroff.o7obj-$(CONFIG_POWER_RESET_AXXIA) += axxia-reset.o8obj-$(CONFIG_POWER_RESET_BRCMKONA) += brcm-kona-reset.o9obj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o10obj-$(CONFIG_POWER_RESET_EP93XX) += ep93xx-restart.o11obj-$(CONFIG_POWER_RESET_GEMINI_POWEROFF) += gemini-poweroff.o12obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o13obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o14obj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o15obj-$(CONFIG_POWER_RESET_LINKSTATION) += linkstation-poweroff.o16obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o17obj-$(CONFIG_POWER_RESET_MT6323) += mt6323-poweroff.o18obj-$(CONFIG_POWER_RESET_QCOM_PON) += qcom-pon.o19obj-$(CONFIG_POWER_RESET_OCELOT_RESET) += ocelot-reset.o20obj-$(CONFIG_POWER_RESET_ODROID_GO_ULTRA_POWEROFF) += odroid-go-ultra-poweroff.o21obj-$(CONFIG_POWER_RESET_PIIX4_POWEROFF) += piix4-poweroff.o22obj-$(CONFIG_POWER_RESET_LTC2952) += ltc2952-poweroff.o23obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o24obj-$(CONFIG_POWER_RESET_REGULATOR) += regulator-poweroff.o25obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o26obj-$(CONFIG_POWER_RESET_ST) += st-poweroff.o27obj-$(CONFIG_POWER_RESET_TPS65086) += tps65086-restart.o28obj-$(CONFIG_POWER_RESET_VERSATILE) += arm-versatile-reboot.o29obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o30obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o31obj-$(CONFIG_POWER_RESET_KEYSTONE) += keystone-reset.o32obj-$(CONFIG_POWER_RESET_SYSCON) += syscon-reboot.o33obj-$(CONFIG_POWER_RESET_SYSCON_POWEROFF) += syscon-poweroff.o34obj-$(CONFIG_POWER_RESET_RMOBILE) += rmobile-reset.o35obj-$(CONFIG_REBOOT_MODE) += reboot-mode.o36obj-$(CONFIG_SYSCON_REBOOT_MODE) += syscon-reboot-mode.o37obj-$(CONFIG_POWER_RESET_SC27XX) += sc27xx-poweroff.o38obj-$(CONFIG_NVMEM_REBOOT_MODE) += nvmem-reboot-mode.o39obj-$(CONFIG_POWER_MLXBF) += pwr-mlxbf.o40