Re: [PATCH v2 1/5] kconfig: introduce the "imply" keyword

From: Nicolas Pitre
Date: Fri Oct 28 2016 - 18:03:23 EST


On Fri, 28 Oct 2016, Paul Bolle wrote:

> On Thu, 2016-10-27 at 23:10 -0400, Nicolas Pitre wrote:
> > On Fri, 28 Oct 2016, Paul Bolle wrote:
> > > What happens when a tristate symbol is implied by a symbol set to 'y'
> > > and by a symbol set to 'm'?
> >
> > That's respectively the third and second rows in the table above.
>
> I meant: two separate symbols implying the same symbol at the same
> time. One of those symbols set to 'y' and the other set to 'm'.

Then it's the greatest of the set i.e. y.


Nicolas