blob: f4520878b7c7878c82b7bd1c91ccd446fd8141e8 [file] [log] [blame]
Patrick Delaunay22929e12018-10-26 09:02:52 +02001# SPDX-License-Identifier: GPL-2.0
2#
Stephen Warren89c1e2d2016-06-17 09:43:58 -06003# Copyright (c) 2016, NVIDIA CORPORATION.
4#
Stephen Warren89c1e2d2016-06-17 09:43:58 -06005
6obj-$(CONFIG_DM_RESET) += reset-uclass.o
Stephen Warren4581b712016-06-17 09:43:59 -06007obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o
8obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset-test.o
Patrice Chotard584861f2017-03-22 10:54:03 +01009obj-$(CONFIG_STI_RESET) += sti-reset.o
Patrice Chotard23a06412017-09-13 18:00:07 +020010obj-$(CONFIG_STM32_RESET) += stm32-reset.o
Stephen Warrenfe60f062016-09-13 10:45:58 -060011obj-$(CONFIG_TEGRA_CAR_RESET) += tegra-car-reset.o
Stephen Warren4dd99d12016-08-08 11:28:25 -060012obj-$(CONFIG_TEGRA186_RESET) += tegra186-reset.o
Andreas Dannenberg65c8a792018-08-27 15:57:41 +053013obj-$(CONFIG_RESET_TI_SCI) += reset-ti-sci.o
Álvaro Fernández Rojas18393f72017-05-03 15:10:21 +020014obj-$(CONFIG_RESET_BCM6345) += reset-bcm6345.o
Masahiro Yamada4fb96c42016-10-08 13:25:31 +090015obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
maxims@google.com858d4972017-04-17 12:00:24 -070016obj-$(CONFIG_AST2500_RESET) += ast2500-reset.o
Elaine Zhang760188c2017-12-19 18:22:37 +080017obj-$(CONFIG_RESET_ROCKCHIP) += reset-rockchip.o
Neil Armstrong20367bb2018-03-29 14:55:25 +020018obj-$(CONFIG_RESET_MESON) += reset-meson.o
Dinh Nguyen2ac71882018-04-04 17:18:20 -050019obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o