Re: [PATCH] pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards

From: Manuel Lauss
Date: Mon Jan 24 2022 - 04:46:15 EST


Hello,

On Sun, Jan 23, 2022 at 6:40 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
> When the MIPS_ALCHEMY board selection is MIPS_XXS1500 instead of
> MIPS_DB1XXX, the PCMCIA driver 'db1xxx_ss' has build errors due
> to missing DB1XXX symbols. The PCMCIA driver should be restricted
> to MIPS_DB1XXX instead of MIPS_ALCHEMY to fix this build error.

> config PCMCIA_ALCHEMY_DEVBOARD
> tristate "Alchemy Db/Pb1xxx PCMCIA socket services"
> - depends on MIPS_ALCHEMY && PCMCIA
> + depends on MIPS_DB1XXX && PCMCIA
> help
> Enable this driver of you want PCMCIA support on your Alchemy
> Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200, DB1300

Seems sensible.
Acked-by: Manuel Lauss <manuel.lauss@xxxxxxxxx>

Thank you!
Manuel