sec_debug: silence null-dereference warnings
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / Kconfig
1 #
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
4 #
5 mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
6
7 config SRCARCH
8 string
9 option env="SRCARCH"
10
11 config ANDROID_VERSION
12 string
13 option env="ANDROID_VERSION"
14
15 config ANDROID_MAJOR_VERSION
16 string
17 option env="ANDROID_MAJOR_VERSION"
18
19 source "arch/$SRCARCH/Kconfig"