]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
amba: tegra-ahb: enable compile testing
authorJohan Hovold <johan@kernel.org>
Thu, 25 Sep 2025 15:31:19 +0000 (17:31 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 27 Oct 2025 14:09:55 +0000 (15:09 +0100)
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>
drivers/amba/Kconfig

index fb6c7e0b4cce286f806c4b43871ac10817375d28..14bb61ff801e6cf39e6105e386602c00ca113606 100644 (file)
@@ -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,