Skip to content

Commit e73d737

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

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
@@ -156,7 +156,7 @@ config AHCI_BRCM
156156

157157
config AHCI_DA850
158158
tristate "DaVinci DA850 AHCI SATA support"
159-
depends on ARCH_DAVINCI_DA850
159+
depends on ARCH_DAVINCI_DA850 || COMPILE_TEST
160160
select SATA_HOST
161161
help
162162
This option enables support for the DaVinci DA850 SoC's

0 commit comments

Comments
 (0)