[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160418.124316.1862068166928198574.davem@davemloft.net>
Date: Mon, 18 Apr 2016 12:43:16 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: herbert@...dor.apana.org.au
Cc: arnd@...db.de, sd@...asysnail.net, hannes@...essinduktion.org,
johannes@...solutions.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] macsec: fix crypto Kconfig dependency
From: Herbert Xu <herbert@...dor.apana.org.au>
Date: Mon, 18 Apr 2016 18:43:36 +0800
> Right, the problem is that nothing within crypto ever selects
> CRYPTO since it's also used as a way of hiding the crypto menu
> options.
As far as I understand it, this won't help. Because selects do not
trigger other selects and dependencies.
This is why we always must list all leaf node dependencies with select
statements, rather than just the specific feature one needs.
Powered by blists - more mailing lists