Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 326 Bytes

Kconfig.rest

File metadata and controls

22 lines (12 loc) · 326 Bytes

# SPDX-License-Identifier: GPL-2.0 source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "arch/um/Kconfig.char"

source "drivers/Kconfig"

source "net/Kconfig"

source "arch/um/Kconfig.net"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "arch/um/Kconfig.debug"