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