]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/reset/Makefile
reset: socfpga: add driver Kconfig option
[mirror_ubuntu-bionic-kernel.git] / drivers / reset / Makefile
CommitLineData
5b321a63 1obj-y += core.o
b70b009b 2obj-$(CONFIG_ARCH_STM32) += reset-stm32.o
8f1ae77f 3obj-$(CONFIG_ARCH_SUNXI) += reset-sunxi.o
e5d76075 4obj-$(CONFIG_ARCH_STI) += sti/
f59d23c2 5obj-$(CONFIG_ARCH_HISI) += hisilicon/
fedf42b5 6obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o
e27b4a6e 7obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
70d467ea 8obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o
cd7f4b81 9obj-$(CONFIG_RESET_LPC18XX) += reset-lpc18xx.o
44336c24 10obj-$(CONFIG_RESET_MESON) += reset-meson.o
6e667fac 11obj-$(CONFIG_RESET_OXNAS) += reset-oxnas.o
fab3f730 12obj-$(CONFIG_RESET_PISTACHIO) += reset-pistachio.o
5c91407e 13obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o
cc7c2bb1 14obj-$(CONFIG_TI_SYSCON_RESET) += reset-ti-syscon.o
54e991b5 15obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o