From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- kernel/net/Kconfig | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kernel/net/Kconfig b/kernel/net/Kconfig index 05b0f04..a22c3fb 100644 --- a/kernel/net/Kconfig +++ b/kernel/net/Kconfig @@ -204,7 +204,6 @@ source "net/netfilter/Kconfig" source "net/ipv4/netfilter/Kconfig" source "net/ipv6/netfilter/Kconfig" -source "net/decnet/netfilter/Kconfig" source "net/bridge/netfilter/Kconfig" endif @@ -221,7 +220,6 @@ source "net/bridge/Kconfig" source "net/dsa/Kconfig" source "net/8021q/Kconfig" -source "net/decnet/Kconfig" source "net/llc/Kconfig" source "drivers/net/appletalk/Kconfig" source "net/x25/Kconfig" @@ -282,7 +280,7 @@ config NET_RX_BUSY_POLL bool - default y if !PREEMPT_RT + default y config BQL bool -- Gitblit v1.6.2