From c329903a9e90ada6ebf908736f39121b1b2d5f70 Mon Sep 17 00:00:00 2001 From: zhouyanxu Date: Wed, 9 Feb 2022 15:32:48 +0800 Subject: [PATCH] Light adaptation RK3568 Signed-off-by: zhouyanxu --- linux-5.10/arch/arm64/configs/rk3568_standard_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig index 1dc6091..5693843 100644 --- a/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig +++ b/linux-5.10/arch/arm64/configs/rk3568_standard_defconfig @@ -1142,6 +1142,7 @@ CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 # CONFIG_WIMAX is not set CONFIG_RFKILL=y +CONFIG_DRIVERS_HDF_LIGHT=y # CONFIG_RFKILL_INPUT is not set # CONFIG_RFKILL_GPIO is not set CONFIG_RFKILL_RK=y -- Gitee