Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Johan Hovold and committed by
Joerg Roedel
4c7ed7fe dcb6fa37

+1 -1
+1 -1
drivers/amba/Kconfig
··· 5 5 if ARM_AMBA 6 6 7 7 config TEGRA_AHB 8 - bool 8 + bool "Enable AHB driver for NVIDIA Tegra SoCs" if COMPILE_TEST 9 9 default y if ARCH_TEGRA 10 10 help 11 11 Adds AHB configuration functionality for NVIDIA Tegra SoCs,