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:
Tao Huang
2017-09-04 14:34:30 +08:00
parent 9836602cd3
commit a27157e5ad

View File

@@ -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