Skip to content

Commit 28a53d3

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

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
@@ -206,7 +206,7 @@ config AHCI_CEVA
206206

207207
config AHCI_MTK
208208
tristate "MediaTek AHCI SATA support"
209-
depends on ARCH_MEDIATEK
209+
depends on ARCH_MEDIATEK || COMPILE_TEST
210210
select MFD_SYSCON
211211
select SATA_HOST
212212
help

0 commit comments

Comments
 (0)