Blame view

Kconfig 595 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
838a2e55e   Arnaud Lacombe   kbuild: migrate a...
2
3
  #
  # For a description of the syntax of this configuration file,
cd238effe   Mauro Carvalho Chehab   docs: kbuild: con...
4
  # see Documentation/kbuild/kconfig-language.rst.
838a2e55e   Arnaud Lacombe   kbuild: migrate a...
5
  #
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"
1572497cb   Christoph Hellwig   kconfig: include ...
10
11
12
  source "init/Kconfig"
  
  source "kernel/Kconfig.freezer"
1572497cb   Christoph Hellwig   kconfig: include ...
13
  source "fs/Kconfig.binfmt"
1572497cb   Christoph Hellwig   kconfig: include ...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  
  source "mm/Kconfig"
  
  source "net/Kconfig"
  
  source "drivers/Kconfig"
  
  source "fs/Kconfig"
  
  source "security/Kconfig"
  
  source "crypto/Kconfig"
  
  source "lib/Kconfig"
06ec64b84   Christoph Hellwig   Kconfig: consolid...
28
29
  
  source "lib/Kconfig.debug"
b1663d7e3   Mauro Carvalho Chehab   docs: Kbuild/Make...
30
31
  
  source "Documentation/Kconfig"