Add Kconfig dependendy on COMPILE_TEST to allow compile tests with configs that do not enable ISA. Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx> Reviewed-by: Hannes Reinecke <hare@xxxxxxx> --- drivers/ata/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 59576f92c730..490f0856a271 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -1137,7 +1137,7 @@ config PATA_OF_PLATFORM config PATA_QDI tristate "QDI VLB PATA support" - depends on ISA + depends on ISA || COMPILE_TEST select PATA_LEGACY help Support for QDI 6500 and 6580 PATA controllers on VESA local bus. @@ -1172,7 +1172,7 @@ config PATA_SAMSUNG_CF config PATA_WINBOND_VLB tristate "Winbond W83759A VLB PATA support (Experimental)" - depends on ISA + depends on ISA || COMPILE_TEST select PATA_LEGACY help Support for the Winbond W83759A controller on Vesa Local Bus -- 2.31.1