diff options
author | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-04 15:17:42 +0900 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-14 15:17:16 +0900 |
commit | a3d11c275b647b5b56b907011b432e00f7ddb683 (patch) | |
tree | ffb32e2c2c4d71cd0fcac4da6af3bd8f55008437 /drivers/ata | |
parent | a33a348d0aca38107c435eef20c449cf13dd9447 (diff) | |
download | linux-a3d11c275b647b5b56b907011b432e00f7ddb683.tar.gz linux-a3d11c275b647b5b56b907011b432e00f7ddb683.tar.bz2 linux-a3d11c275b647b5b56b907011b432e00f7ddb683.zip |
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 <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 ff5bb8e0d601..8e211b21f48f 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -599,7 +599,7 @@ config PATA_ATP867X config PATA_BK3710 tristate "Palmchip BK3710 PATA support" - depends on ARCH_DAVINCI + depends on ARCH_DAVINCI || COMPILE_TEST select PATA_TIMINGS help This option enables support for the integrated IDE controller on |