soc: rockchip: Add NO_GKI config

Add a Kconfig flag to differentiate between a GKI and an Non GKI build.

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ib0c57f7579f2cec06288ac9e063548c6395bf44c
This commit is contained in:
Tao Huang 2021-04-25 16:44:48 +08:00
parent 130424767e
commit 30d770b62f

View File

@ -3,6 +3,19 @@ if ARCH_ROCKCHIP || COMPILE_TEST
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
#