Blame view

Kconfig 555 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

e1cfdc0e7   Masahiro Yamada   kconfig: add basi...
8
  source "scripts/Kconfig.include"
1572497cb   Christoph Hellwig   kconfig: include ...
9
10
11
  source "init/Kconfig"
  
  source "kernel/Kconfig.freezer"
1572497cb   Christoph Hellwig   kconfig: include ...
12
  source "fs/Kconfig.binfmt"
1572497cb   Christoph Hellwig   kconfig: include ...
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  
  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...
27
28
  
  source "lib/Kconfig.debug"
b1663d7e3   Mauro Carvalho Chehab   docs: Kbuild/Make...
29
30
  
  source "Documentation/Kconfig"