mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
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>
This commit is contained in:
parent
7767c73a35
commit
b6a64a860e
@ -1145,7 +1145,7 @@ config PATA_RZ1000
|
||||
|
||||
config PATA_SAMSUNG_CF
|
||||
tristate "Samsung SoC PATA support"
|
||||
depends on SAMSUNG_DEV_IDE
|
||||
depends on SAMSUNG_DEV_IDE || COMPILE_TEST
|
||||
select PATA_TIMINGS
|
||||
help
|
||||
This option enables basic support for Samsung's S3C/S5P board
|
||||
|
Loading…
Reference in New Issue
Block a user