From f45e756958099c35d6afb746df1d40a1c6302cfc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 07 Nov 2023 06:20:23 +0000 Subject: [PATCH] enable wifi gpio --- kernel/drivers/soc/rockchip/Kconfig | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/soc/rockchip/Kconfig b/kernel/drivers/soc/rockchip/Kconfig index 2b07177..1c8d89a 100644 --- a/kernel/drivers/soc/rockchip/Kconfig +++ b/kernel/drivers/soc/rockchip/Kconfig @@ -3,6 +3,19 @@ source "drivers/soc/rockchip/Kconfig.cpu" # +# Rockchip Android Features +# + +config NO_GKI + bool "Disable Android GKI support" + default y if !GKI_HACKS_TO_FIX + help + Say y here to disable Android GKI support. Then + all the ABI compatibilities are not applicable. + + If unsure, say Y. + +# # Rockchip Soc drivers # -- Gitblit v1.6.2