diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig index f7266780..637c5610 100644 --- a/backport/compat/Kconfig +++ b/backport/compat/Kconfig @@ -79,13 +79,6 @@ config BPAUTO_USERSEL_BUILD_ALL config BPAUTO_WANT_DEV_COREDUMP bool -config BPAUTO_REFCOUNT - bool - default y - depends on KERNEL_4_11 - #h-file linux/refcount.h - #c-file lib/refcount.c - config BPAUTO_SYSTEM_DATA_VERIFICATION bool
refcount is only needed for kernel < 4.11 which is not supported any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- backport/compat/Kconfig | 7 ------- 1 file changed, 7 deletions(-)