Blame view

Kconfig 321 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
838a2e55e   Arnaud Lacombe   kbuild: migrate a...
2
3
4
5
  #
  # For a description of the syntax of this configuration file,
  # see Documentation/kbuild/kconfig-language.txt.
  #
104daea14   Masahiro Yamada   kconfig: referenc...
6
  mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
838a2e55e   Arnaud Lacombe   kbuild: migrate a...
7

21c54b774   Masahiro Yamada   kconfig: show com...
8
  comment "Compiler: $(CC_VERSION_TEXT)"
e1cfdc0e7   Masahiro Yamada   kconfig: add basi...
9
  source "scripts/Kconfig.include"
104daea14   Masahiro Yamada   kconfig: referenc...
10
  source "arch/$(SRCARCH)/Kconfig"