summaryrefslogtreecommitdiff
path: root/drivers/amba
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2025-09-25 17:31:19 +0200
committerJoerg Roedel <joerg.roedel@amd.com>2025-10-27 15:09:55 +0100
commit4c7ed7fef72512df36af8aa4b1df85405f5cf1b2 (patch)
treea8a0cd35d12e03bb7e51460c836592462c50a80f /drivers/amba
parentdcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa (diff)
amba: tegra-ahb: enable compile testing
There seems to be nothing preventing this driver from being compile tested so enable that to increase build coverage. This also allows for compile testing of further Tegra drivers (e.g. IOMMU driver). Signed-off-by: Johan Hovold <johan@kernel.org> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/amba')
-rw-r--r--drivers/amba/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/amba/Kconfig b/drivers/amba/Kconfig
index fb6c7e0b4cce..14bb61ff801e 100644
--- a/drivers/amba/Kconfig
+++ b/drivers/amba/Kconfig
@@ -5,7 +5,7 @@ config ARM_AMBA
if ARM_AMBA
config TEGRA_AHB
- bool
+ bool "Enable AHB driver for NVIDIA Tegra SoCs" if COMPILE_TEST
default y if ARCH_TEGRA
help
Adds AHB configuration functionality for NVIDIA Tegra SoCs,