From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [RESEND PATCH] bpfilter: check compiler capability in Kconfig Date: Thu, 28 Jun 2018 13:37:13 +0900 (KST) Message-ID: <20180628.133713.1992787052157529632.davem@davemloft.net> References: <1529985336-27522-1-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, alexei.starovoitov@gmail.com, mcroce@redhat.com, arnd@arndb.de, linux-kbuild@vger.kernel.org, ast@kernel.org, linux-kernel@vger.kernel.org, michal.lkml@markovi.net, daniel@iogearbox.net To: yamada.masahiro@socionext.com Return-path: In-Reply-To: <1529985336-27522-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Masahiro Yamada Date: Tue, 26 Jun 2018 12:55:35 +0900 > With the brand-new syntax extension of Kconfig, we can directly > check the compiler capability in the configuration phase. > > If the cc-can-link.sh fails, the BPFILTER_UMH is automatically > hidden by the dependency. > > I also deleted 'default n', which is no-op. > > Signed-off-by: Masahiro Yamada Applied, thank you.