Skip to content

Commit a3d11c2

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

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
@@ -599,7 +599,7 @@ config PATA_ATP867X
599599

600600
config PATA_BK3710
601601
tristate "Palmchip BK3710 PATA support"
602-
depends on ARCH_DAVINCI
602+
depends on ARCH_DAVINCI || COMPILE_TEST
603603
select PATA_TIMINGS
604604
help
605605
This option enables support for the integrated IDE controller on

0 commit comments

Comments
 (0)