diff options
author | Thierry Reding <treding@nvidia.com> | 2016-08-18 16:50:09 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-11-18 16:34:56 +0300 |
commit | dc606c5205536a828c17bd96f06559dafaf75fb7 (patch) | |
tree | a5cc48c7f24f0811549643c3a716010a9237f5c3 /drivers/reset/Makefile | |
parent | 801fc022147974f4754939202efe607294479bc9 (diff) | |
download | linux-dc606c5205536a828c17bd96f06559dafaf75fb7.tar.xz |
reset: Add Tegra BPMP reset driver
This driver uses the services provided by the BPMP firmware driver to
implement a reset driver based on the MRQ_RESET request.
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/reset/Makefile')
-rw-r--r-- | drivers/reset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index bbe7026617fc..13b346e03d84 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -1,6 +1,7 @@ obj-y += core.o obj-y += hisilicon/ obj-$(CONFIG_ARCH_STI) += sti/ +obj-$(CONFIG_ARCH_TEGRA) += tegra/ obj-$(CONFIG_RESET_ATH79) += reset-ath79.o obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o obj-$(CONFIG_RESET_LPC18XX) += reset-lpc18xx.o |