[SRU][Q:raspi][PATCH 1/1] UBUNTU: [Config] raspi: Don't disable NET_VENDOR_REALTEK

Juerg Haefliger juerg.haefliger at canonical.com
Mon Jan 12 10:22:15 UTC 2026


BugLink: https://bugs.launchpad.net/bugs/2137042

The raspi annotations have NET_VENDOR_REALTEK disable which is no longer
an OK thing to do since Pi 4 and later provide a PCI interface.

Remove the override and use the configs from the main kernel.

Signed-off-by: Juerg Haefliger <juerg.haefliger at canonical.com>
---
 debian.raspi/config/annotations | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/debian.raspi/config/annotations b/debian.raspi/config/annotations
index fdc9daa78a8e..549cfb4e74a7 100644
--- a/debian.raspi/config/annotations
+++ b/debian.raspi/config/annotations
@@ -485,7 +485,6 @@ CONFIG_NET_VENDOR_OKI                           policy<{'arm64': 'n'}> note<'Req
 CONFIG_NET_VENDOR_PACKET_ENGINES                policy<{'arm64': 'n'}> note<'Required for Pi (different from master)'>
 CONFIG_NET_VENDOR_QLOGIC                        policy<{'arm64': 'n'}> note<'Required for Pi (different from master)'>
 CONFIG_NET_VENDOR_RDC                           policy<{'arm64': 'n'}> note<'Required for Pi (different from master)'>
-CONFIG_NET_VENDOR_REALTEK                       policy<{'arm64': 'n'}> note<'Required for Pi (different from master)'>
 CONFIG_NET_VENDOR_SILAN                         policy<{'arm64': 'n'}> note<'Required for Pi (different from master)'>
 CONFIG_NET_VENDOR_SIS                           policy<{'arm64': 'n'}> note<'Required for Pi (different from master)'>
 CONFIG_NET_VENDOR_SUN                           policy<{'arm64': 'n'}> note<'Required for Pi (different from master)'>
@@ -889,12 +888,6 @@ CONFIG_ZERO_CALL_USED_REGS                      policy<{'arm64': 'n'}> note<'Dif
 
 # ---- Annotations without notes ----
 
-CONFIG_8139CP                                   policy<{'arm64': '-'}>
-CONFIG_8139TOO                                  policy<{'arm64': '-'}>
-CONFIG_8139TOO_8129                             policy<{'arm64': '-'}>
-CONFIG_8139TOO_PIO                              policy<{'arm64': '-'}>
-CONFIG_8139TOO_TUNE_TWISTER                     policy<{'arm64': '-'}>
-CONFIG_8139_OLD_RX_RESET                        policy<{'arm64': '-'}>
 CONFIG_A64FX_DIAG                               policy<{'arm64': '-'}>
 CONFIG_ACPI_AC                                  policy<{'arm64': '-'}>
 CONFIG_ACPI_AGDI                                policy<{'arm64': '-'}>
@@ -3045,8 +3038,6 @@ CONFIG_QLCNIC_SRIOV                             policy<{'arm64': '-'}>
 CONFIG_QORIQ_CPUFREQ                            policy<{'arm64': '-'}>
 CONFIG_QORIQ_THERMAL                            policy<{'arm64': '-'}>
 CONFIG_R6040                                    policy<{'arm64': '-'}>
-CONFIG_R8169                                    policy<{'arm64': '-'}>
-CONFIG_R8169_LEDS                               policy<{'arm64': '-'}>
 CONFIG_RAPIDIO_CHMAN                            policy<{'arm64': '-'}>
 CONFIG_RAPIDIO_CPS_GEN2                         policy<{'arm64': '-'}>
 CONFIG_RAPIDIO_CPS_XX                           policy<{'arm64': '-'}>
@@ -3174,7 +3165,6 @@ CONFIG_RPMSG_MTK_SCP                            policy<{'arm64': '-'}>
 CONFIG_RPMSG_QCOM_GLINK_SMEM                    policy<{'arm64': '-'}>
 CONFIG_RPMSG_QCOM_SMD                           policy<{'arm64': '-'}>
 CONFIG_RST_RCAR                                 policy<{'arm64': '-'}>
-CONFIG_RTASE                                    policy<{'arm64': '-'}>
 CONFIG_RTC_DRV_88PM860X                         policy<{'arm64': '-'}>
 CONFIG_RTC_DRV_AMLOGIC_A4                       policy<{'arm64': '-'}>
 CONFIG_RTC_DRV_ARMADA38X                        policy<{'arm64': '-'}>
-- 
2.51.0




More information about the kernel-team mailing list