From: Johan Hovold Date: Thu, 25 Sep 2025 15:31:19 +0000 (+0200) Subject: amba: tegra-ahb: enable compile testing X-Git-Tag: v6.19-rc1~133^2^5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7ed7fef72512df36af8aa4b1df85405f5cf1b2;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Jon Hunter Reviewed-by: Jason Gunthorpe Signed-off-by: Joerg Roedel --- diff --git a/drivers/amba/Kconfig b/drivers/amba/Kconfig index fb6c7e0b4cce2..14bb61ff801e6 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,