Skip to content

Commit 3d98cbf

Browse files
author
Damien Le Moal
committed
ata: ahci_tegra: add compile test support
Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable ARCH_TEGRA. Signed-off-by: Damien Le Moal <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]>
1 parent c05b911 commit 3d98cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ config AHCI_SUNXI
246246

247247
config AHCI_TEGRA
248248
tristate "NVIDIA Tegra AHCI SATA support"
249-
depends on ARCH_TEGRA
249+
depends on ARCH_TEGRA || COMPILE_TEST
250250
select SATA_HOST
251251
help
252252
This option enables support for the NVIDIA Tegra SoC's

0 commit comments

Comments
 (0)