X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=init%2FKconfig;h=2c9cbd8e368c747ada314adb6744bf0be62845b5;hb=c1acda9807e2bbe1d2026b44f37d959d6d8266c8;hp=efdc35abccb6141d683584d8e1ee359c0f34dde0;hpb=c19798af2e66d9d3eb1060873bb435ea8bf4ad2e;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/init/Kconfig b/init/Kconfig index efdc35a..2c9cbd8 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1709,6 +1709,7 @@ config BPF_SYSCALL select BPF select IRQ_WORK select TASKS_TRACE_RCU + select NET_SOCK_MSG if INET default n help Enable the bpf() system call that allows to manipulate eBPF @@ -2283,7 +2284,6 @@ config TRIM_UNUSED_KSYMS config UNUSED_KSYMS_WHITELIST string "Whitelist of symbols to keep in ksymtab" depends on TRIM_UNUSED_KSYMS - default "scripts/lto-used-symbollist.txt" if LTO_CLANG help By default, all unused exported symbols will be un-exported from the build when TRIM_UNUSED_KSYMS is selected.