blob: a90d9f9e268be8dac93cba2a699569884768e167 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Arnaud Lacombe838a2e52010-09-04 17:10:20 -04002#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.txt.
5#
Masahiro Yamada104daea2018-05-28 18:21:40 +09006mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
Arnaud Lacombe838a2e52010-09-04 17:10:20 -04007
Masahiro Yamada21c54b72018-05-28 18:21:58 +09008comment "Compiler: $(CC_VERSION_TEXT)"
9
Masahiro Yamadae1cfdc02018-05-28 18:21:59 +090010source "scripts/Kconfig.include"
11
Masahiro Yamada104daea2018-05-28 18:21:40 +090012source "arch/$(SRCARCH)/Kconfig"