]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/power/reset/Makefile
power: reset: Add AT91 reset driver
[karo-tx-linux.git] / drivers / power / reset / Makefile
1 obj-$(CONFIG_POWER_RESET_AS3722) += as3722-poweroff.o
2 obj-$(CONFIG_POWER_RESET_AT91_RESET) += at91-reset.o
3 obj-$(CONFIG_POWER_RESET_AXXIA) += axxia-reset.o
4 obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o
5 obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o
6 obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o
7 obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o
8 obj-$(CONFIG_POWER_RESET_SUN6I) += sun6i-reboot.o
9 obj-$(CONFIG_POWER_RESET_VEXPRESS) += vexpress-poweroff.o
10 obj-$(CONFIG_POWER_RESET_XGENE) += xgene-reboot.o
11 obj-$(CONFIG_POWER_RESET_KEYSTONE) += keystone-reset.o