[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87wn1ejhcg.fsf@mail.lhotse>
Date: Fri, 12 May 2023 14:37:03 +1000
From: Michael Ellerman <mpe@...erman.id.au>
To: Randy Dunlap <rdunlap@...radead.org>, linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Nicholas Piggin <npiggin@...il.com>,
Christophe Leroy <christophe.leroy@...roup.eu>,
linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH] powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI
is set
Randy Dunlap <rdunlap@...radead.org> writes:
> When CONFIG_SMP is not set, CONFIG_BROKEN_ON_SMP is set, and
> CONFIG_PCI is not set, there can be a kconfig warning:
>
> WARNING: unmet direct dependencies detected for PPC_INDIRECT_PCI
> Depends on [n]: PCI [=n]
> Selected by [y]:
> - MPC10X_BRIDGE [=y]
>
> To fix that, make the selects of MPC10X_BRIDGE be conditional
> on PCI.
That would work, but using "imply" would be preferable as it doesn't
have to encode anything about the PCI dependency.
cheers
Powered by blists - more mailing lists