2010-09-04 17:10:20 -04:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see Documentation/kbuild/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
|
|
|
|
|
|
|
|
config SRCARCH
|
|
|
|
string
|
|
|
|
option env="SRCARCH"
|
|
|
|
|
2020-02-04 13:44:48 +02:00
|
|
|
config ANDROID_VERSION
|
|
|
|
string
|
|
|
|
option env="ANDROID_VERSION"
|
|
|
|
|
|
|
|
config ANDROID_MAJOR_VERSION
|
|
|
|
string
|
|
|
|
option env="ANDROID_MAJOR_VERSION"
|
|
|
|
|
2010-09-04 17:10:20 -04:00
|
|
|
source "arch/$SRCARCH/Kconfig"
|