From 7734c000adff86a162dee98d09184f060e4cdc28 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sun, 9 Nov 2025 13:17:08 +0100 Subject: [PATCH] rockchip-rv1106: .config: remove a few `WLAN_VENDOR` `=n`'s manually - rockchip-rv1106: .config: remove WLAN_VENDOR_MEDIATEK `=n` manually - rockchip-rv1106: .config: remove WLAN_VENDOR_RALINK `=n` manually - rockchip-rv1106: .config: remove WLAN_VENDOR_MARVELL `=n` manually - rockchip-rv1106: .config: remove WLAN_VENDOR_ATMEL `=n` manually - rockchip-rv1106: .config: remove WLAN_VENDOR_ATH `=n` manually - rockchip-rv1106: .config: remove WLAN_VENDOR_REALTEK `=n` manually - those are hard dependencies for a bunch of wifi opts that are `=m` --- config/kernel/linux-rockchip-rv1106-vendor.config | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/kernel/linux-rockchip-rv1106-vendor.config b/config/kernel/linux-rockchip-rv1106-vendor.config index 1bd0261bfe..370370fe9b 100644 --- a/config/kernel/linux-rockchip-rv1106-vendor.config +++ b/config/kernel/linux-rockchip-rv1106-vendor.config @@ -154,17 +154,11 @@ CONFIG_STMMAC_ETH=y CONFIG_RK630_PHY=y CONFIG_USB_NET_DRIVERS=y # CONFIG_WLAN_VENDOR_ADMTEK is not set -# CONFIG_WLAN_VENDOR_ATH is not set -# CONFIG_WLAN_VENDOR_ATMEL is not set # CONFIG_WLAN_VENDOR_BROADCOM is not set # CONFIG_WLAN_VENDOR_CISCO is not set # CONFIG_WLAN_VENDOR_INTEL is not set # CONFIG_WLAN_VENDOR_INTERSIL is not set -# CONFIG_WLAN_VENDOR_MARVELL is not set -# CONFIG_WLAN_VENDOR_MEDIATEK is not set # CONFIG_WLAN_VENDOR_MICROCHIP is not set -# CONFIG_WLAN_VENDOR_RALINK is not set -# CONFIG_WLAN_VENDOR_REALTEK is not set # CONFIG_WLAN_VENDOR_RSI is not set # CONFIG_WLAN_VENDOR_ST is not set # CONFIG_WLAN_VENDOR_TI is not set