diff options
author | Damien Le Moal | 2022-01-04 15:48:17 +0900 |
---|---|---|
committer | Damien Le Moal | 2022-01-14 15:17:17 +0900 |
commit | b6a64a860e1319dfbabc55b351c8b6583bd67413 (patch) | |
tree | 5d93ef8a9d51828d24a1aa9d0fbd6338bb96293e /drivers/ata | |
parent | 7767c73a3565ae975e7f1de7900815be4267cc3c (diff) |
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>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index be812fe727fc..cb54631fd950 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -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 |