[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <233e57a0-c01d-82fd-0522-b80345d37416@infradead.org>
Date: Fri, 12 Oct 2018 08:33:22 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: David Howells <dhowells@...hat.com>, Arnd Bergmann <arnd@...db.de>
Cc: "David S. Miller" <davem@...emloft.net>,
linux-afs@...ts.infradead.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [PATCH] rxrpc: add IPV6 dependency
On 10/12/18 7:25 AM, David Howells wrote:
> Arnd Bergmann <arnd@...db.de> wrote:
>
>> + depends on IPV6 || !IPV6
>
> That looks weird. It looks like it always ought to be true.
It's a common idiom in Kconfig.
It prevents AF_RXRPC=y and IPV6=m, resulting in this build error.
--
~Randy
Powered by blists - more mailing lists