android_kernel_samsung_a7y1.../Kconfig

20 lines
388 B
Plaintext
Raw Normal View History

2020-03-27 16:21:54 +00: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"
config ANDROID_VERSION
string
option env="ANDROID_VERSION"
config ANDROID_MAJOR_VERSION
string
option env="ANDROID_MAJOR_VERSION"
source "arch/$SRCARCH/Kconfig"