Skip to content

Commit 56e1870

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

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
@@ -166,7 +166,7 @@ config AHCI_DA850
166166

167167
config AHCI_DM816
168168
tristate "DaVinci DM816 AHCI SATA support"
169-
depends on ARCH_OMAP2PLUS
169+
depends on ARCH_OMAP2PLUS || COMPILE_TEST
170170
select SATA_HOST
171171
help
172172
This option enables support for the DaVinci DM816 SoC's

0 commit comments

Comments
 (0)