[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20231012193938.16fb7db6@barney>
Date: Thu, 12 Oct 2023 19:39:38 +0200
From: Michael Büsch <m@...s.ch>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org
Subject: Re: [RFC PATCH] ssb: relax SSB_EMBEDDED dependencies
On Wed, 11 Oct 2023 20:44:49 -0700
Randy Dunlap <rdunlap@...radead.org> wrote:
> > I thought about something like this:
> >
> > depends on (SSB_DRIVER_MIPS && PCI=n) || (SSB_DRIVER_MIPS &&
> > SSB_PCICORE_HOSTMODE)
> >
> > Would that solve the warning?
>
> Yes, that works as well, although I prefer to express it like this:
>
> config SSB_EMBEDDED
> bool
> - depends on SSB_DRIVER_MIPS && SSB_PCICORE_HOSTMODE
> + depends on SSB_DRIVER_MIPS
> + depends on PCI=n || SSB_PCICORE_HOSTMODE
> default y
Acked-by: Michael Büsch <m@...s.ch>
--
Michael Büsch
https://bues.ch/
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists