Kconfig 321 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # For a description of the syntax of this configuration file,
  4. # see Documentation/kbuild/kconfig-language.txt.
  5. #
  6. mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
  7. comment "Compiler: $(CC_VERSION_TEXT)"
  8. source "scripts/Kconfig.include"
  9. source "arch/$(SRCARCH)/Kconfig"