mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
soc: rockchip: add android version support
Add config ANDROID_VERSION, default is Android 8.1. And add ANDROID_VERSION macro. Change-Id: I6309ea9118c1d847224f329f6c2d6ab7e073ee5a Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -6,6 +6,14 @@ source "drivers/soc/rockchip/Kconfig.cpu"
|
||||
# Rockchip Soc drivers
|
||||
#
|
||||
|
||||
config ANDROID_VERSION
|
||||
hex "Android Version"
|
||||
depends on ANDROID
|
||||
default "0x08010000"
|
||||
help
|
||||
The version of Android kernel supported.
|
||||
The value is 0xAABBCCRR, corresponding to Android A.B.C release R
|
||||
|
||||
config ROCKCHIP_GRF
|
||||
bool
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user