Files
kernel_xiaomi_raphael/Kconfig
Park Ju Hyung e55fb9d2df Kconfig: omit sublevel patch version
These are getting annoying in defconfig diffs

Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: Danny Lin <danny@kdrag0n.dev>
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
2020-08-06 20:22:27 +05:30

13 lines
293 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $VERSION.$PATCHLEVEL Kernel Configuration"
config SRCARCH
string
option env="SRCARCH"
source "arch/$SRCARCH/Kconfig"