From 6477becd2ee443821d35f067949c4fbfb2adc1fc Mon Sep 17 00:00:00 2001 From: Luke Go Date: Tue, 26 Dec 2023 12:28:37 +0900 Subject: [PATCH] ODROID-M1/M1S: Add iwlwifi driver. Signed-off-by: Luke Go Change-Id: Ic64cabc75546b1bcdc7105250ba7125af3fc724e --- arch/arm64/configs/odroidm1_defconfig | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/odroidm1_defconfig b/arch/arm64/configs/odroidm1_defconfig index 71f230cc087e..b9521e6b4919 100644 --- a/arch/arm64/configs/odroidm1_defconfig +++ b/arch/arm64/configs/odroidm1_defconfig @@ -2023,7 +2023,21 @@ CONFIG_WLAN_VENDOR_INTEL=y # CONFIG_IPW2200 is not set # CONFIG_IWL4965 is not set # CONFIG_IWL3945 is not set -# CONFIG_IWLWIFI is not set +CONFIG_IWLWIFI=m +CONFIG_IWLWIFI_LEDS=y +# CONFIG_IWLDVM is not set +CONFIG_IWLMVM=m +CONFIG_IWLWIFI_OPMODE_MODULAR=y +# CONFIG_IWLWIFI_BCAST_FILTERING is not set + +# +# Debugging Options +# +# CONFIG_IWLWIFI_DEBUG is not set +# CONFIG_IWLWIFI_DEBUGFS is not set +CONFIG_IWLWIFI_DEVICE_TRACING=y +# end of Debugging Options + CONFIG_WLAN_VENDOR_INTERSIL=y # CONFIG_HOSTAP is not set # CONFIG_HERMES is not set