Skip to content

Commit 368c7ed

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

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
@@ -217,7 +217,7 @@ config AHCI_MTK
217217

218218
config AHCI_MVEBU
219219
tristate "Marvell EBU AHCI SATA support"
220-
depends on ARCH_MVEBU
220+
depends on ARCH_MVEBU || COMPILE_TEST
221221
select SATA_HOST
222222
help
223223
This option enables support for the Marvebu EBU SoC's

0 commit comments

Comments
 (0)