On 1/4/22 11:58 AM, Damien Le Moal wrote: > 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> > --- > 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 > Reviewed-by: Hannes Reinecke <hare@xxxxxxx> Cheers, Hannes -- Dr. Hannes Reinecke Kernel Storage Architect hare@xxxxxxx +49 911 74053 688 SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg HRB 36809 (AG Nürnberg), GF: Felix Imendörffer