Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm...
[deliverable/linux.git] / drivers / power / reset / Makefile
CommitLineData
56fb8de5 1obj-$(CONFIG_POWER_RESET_AS3722) += as3722-poweroff.o
ae499f0f 2obj-$(CONFIG_POWER_RESET_AT91_POWEROFF) += at91-poweroff.o
ecfe64d8 3obj-$(CONFIG_POWER_RESET_AT91_RESET) += at91-reset.o
f80cb488 4obj-$(CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC) += at91-sama5d2_shdwc.o
4a315e34 5obj-$(CONFIG_POWER_RESET_AXXIA) += axxia-reset.o
783cb948 6obj-$(CONFIG_POWER_RESET_BRCMKONA) += brcm-kona-reset.o
030494e7 7obj-$(CONFIG_POWER_RESET_BRCMSTB) += brcmstb-reboot.o
96ff0f5c 8obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o
371bb20d 9obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o
4a9b3737 10obj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o
3db47dc0 11obj-$(CONFIG_POWER_RESET_IMX) += imx-snvs-poweroff.o
78be3176 12obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o
6647156c 13obj-$(CONFIG_POWER_RESET_LTC2952) += ltc2952-poweroff.o
e8fc721a 14obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o
2655f51d 15obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o
f0745f36 16obj-$(CONFIG_POWER_RESET_ST) += st-poweroff.o
0e545f57 17obj-$(CONFIG_POWER_RESET_VERSATILE) += arm-versatile-reboot.o
2655f51d 18obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o
67778e0e 19obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o
a3e01e80 20obj-$(CONFIG_POWER_RESET_KEYSTONE) += keystone-reset.o
09fb07bc 21obj-$(CONFIG_POWER_RESET_SYSCON) += syscon-reboot.o
8a577608 22obj-$(CONFIG_POWER_RESET_SYSCON_POWEROFF) += syscon-poweroff.o
fa0f8d67 23obj-$(CONFIG_POWER_RESET_RMOBILE) += rmobile-reset.o
dd9f1486 24obj-$(CONFIG_POWER_RESET_ZX) += zx-reboot.o
4fcd504e
AY
25obj-$(CONFIG_REBOOT_MODE) += reboot-mode.o
26obj-$(CONFIG_SYSCON_REBOOT_MODE) += syscon-reboot-mode.o
This page took 0.208797 seconds and 5 git commands to generate.