Skip to content

Commit 87924c5

Browse files
author
Damien Le Moal
committed
ata: sata_fsl: add compile test support
Add dependendy on COMPILE_TEST to allow compile tests with configs that do not enable FSL_SOC. Signed-off-by: Damien Le Moal <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]>
1 parent 1d009eb commit 87924c5

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
@@ -273,7 +273,7 @@ config AHCI_QORIQ
273273

274274
config SATA_FSL
275275
tristate "Freescale 3.0Gbps SATA support"
276-
depends on FSL_SOC
276+
depends on FSL_SOC || COMPILE_TEST
277277
select SATA_HOST
278278
help
279279
This option enables support for Freescale 3.0Gbps SATA controller.

0 commit comments

Comments
 (0)