Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 -1
+1 -1
drivers/ata/Kconfig
··· 1145 1145 1146 1146 config PATA_SAMSUNG_CF 1147 1147 tristate "Samsung SoC PATA support" 1148 - depends on SAMSUNG_DEV_IDE 1148 + depends on SAMSUNG_DEV_IDE || COMPILE_TEST 1149 1149 select PATA_TIMINGS 1150 1150 help 1151 1151 This option enables basic support for Samsung's S3C/S5P board