summaryrefslogtreecommitdiffstats
path: root/drivers/reset/tegra
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2024-06-25 14:51:41 +0200
committerPhilipp Zabel <p.zabel@pengutronix.de>2024-07-01 09:57:48 +0200
commitfd88137bfbb83bee678abef840dcafa13262f5ca (patch)
treef562ee14a14a242d9a9171def8650864f36a2951 /drivers/reset/tegra
parentreset: RESET_IMX8MP_AUDIOMIX should depend on ARCH_MXC (diff)
downloadlinux-fd88137bfbb83bee678abef840dcafa13262f5ca.tar.xz
linux-fd88137bfbb83bee678abef840dcafa13262f5ca.zip
reset: tegra-bpmp: allow building under COMPILE_TEST
The Tegra BPMP reset driver can be compiled without TEGRA_BPMP being enabled. Allow it to be built under COMPILE_TEST. Acked-by: Thierry Reding <treding@nvidia.com> Link: https://lore.kernel.org/r/20240625-reset-compile-bpmp-v1-1-647e846303d8@pengutronix.de Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/tegra')
-rw-r--r--drivers/reset/tegra/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/reset/tegra/Kconfig b/drivers/reset/tegra/Kconfig
index e4a9a389e98c..4a2d26d1210a 100644
--- a/drivers/reset/tegra/Kconfig
+++ b/drivers/reset/tegra/Kconfig
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config RESET_TEGRA_BPMP
- def_bool TEGRA_BPMP
+ bool "Tegra BPMP Reset Driver" if COMPILE_TEST
+ default TEGRA_BPMP