mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 11:31:31 +00:00
Update Kconfig
This commit is contained in:
parent
c426456857
commit
9025dc1cb3
34
Kconfig
34
Kconfig
@ -1,32 +1,34 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see Documentation/kbuild/kconfig-language.rst.
|
||||
# Kernel Configuration Main Menu
|
||||
# For syntax details, see Documentation/kbuild/kconfig-language.rst.
|
||||
#
|
||||
|
||||
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
|
||||
|
||||
# Common includes for setup and initialization
|
||||
source "scripts/Kconfig.include"
|
||||
|
||||
source "init/Kconfig"
|
||||
|
||||
# Core kernel modules and features
|
||||
source "kernel/Kconfig.freezer"
|
||||
source "mm/Kconfig" # Memory Management
|
||||
|
||||
source "fs/Kconfig.binfmt"
|
||||
|
||||
source "mm/Kconfig"
|
||||
# Filesystems configurations
|
||||
source "fs/Kconfig.binfmt" # Binary Format Support
|
||||
source "fs/Kconfig" # General Filesystem Options
|
||||
|
||||
# Network configurations
|
||||
source "net/Kconfig"
|
||||
|
||||
source "drivers/Kconfig"
|
||||
# Drivers, Security, and Cryptography options
|
||||
source "drivers/Kconfig" # Device Drivers
|
||||
source "security/Kconfig" # Security Features
|
||||
source "crypto/Kconfig" # Cryptography Support
|
||||
|
||||
source "fs/Kconfig"
|
||||
|
||||
source "security/Kconfig"
|
||||
|
||||
source "crypto/Kconfig"
|
||||
|
||||
source "lib/Kconfig"
|
||||
|
||||
source "lib/Kconfig.debug"
|
||||
# Libraries and Debugging tools
|
||||
source "lib/Kconfig" # Core Libraries
|
||||
source "lib/Kconfig.debug" # Debugging Options
|
||||
|
||||
# Documentation-specific options
|
||||
source "Documentation/Kconfig"
|
||||
|
Loading…
Reference in New Issue
Block a user