Commit 4c7ed7fe authored by Johan Hovold's avatar Johan Hovold Committed by Joerg Roedel
Browse files

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: default avatarJohan Hovold <johan@kernel.org>
Reviewed-by: default avatarJon Hunter <jonathanh@nvidia.com>
Reviewed-by: default avatarJason Gunthorpe <jgg@nvidia.com>
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent dcb6fa37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,