bpfilter: check compiler capability in Kconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 26 Jun 2018 03:55:35 +0000 (12:55 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2018 04:36:39 +0000 (13:36 +0900)
commit88e85a7daf8e21f2d6cb054374d480c540725cde
tree6938c104fc0b85c416d273ed72598677add55e29
parent82be2ab159a3a0ae4024b946a31f12b221f6c8ff
bpfilter: check compiler capability in Kconfig

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 <yamada.masahiro@socionext.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Makefile
net/Makefile
net/bpfilter/Kconfig
scripts/cc-can-link.sh