Skip to content

Commit b6a64a8

Browse files
author
Damien Le Moal
committed
ata: pata_samsung_cf: add compile test support
Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable SAMSUNG_DEV_IDE. Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Reviewed-by: Hannes Reinecke <hare@suse.de>
1 parent 7767c73 commit b6a64a8

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
@@ -1145,7 +1145,7 @@ config PATA_RZ1000
11451145

11461146
config PATA_SAMSUNG_CF
11471147
tristate "Samsung SoC PATA support"
1148-
depends on SAMSUNG_DEV_IDE
1148+
depends on SAMSUNG_DEV_IDE || COMPILE_TEST
11491149
select PATA_TIMINGS
11501150
help
11511151
This option enables basic support for Samsung's S3C/S5P board

0 commit comments

Comments
 (0)