mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
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:
parent
130424767e
commit
30d770b62f
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user