Skip to content

Commit b7c9b00

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

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
@@ -256,7 +256,7 @@ config AHCI_TEGRA
256256

257257
config AHCI_XGENE
258258
tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support"
259-
depends on PHY_XGENE
259+
depends on PHY_XGENE || COMPILE_TEST
260260
select SATA_HOST
261261
help
262262
This option enables support for APM X-Gene SoC SATA host controller.

0 commit comments

Comments
 (0)