https://github.com/raspberrypi/linux
Raw File
Tip revision: 14348a5c18aeb2f633611c4d6dbb698dea069517 authored by Nick Hollinghurst on 07 June 2024, 14:22:23 UTC
RP1 DSI -> CSI-2 loopback test drivers: First version
Tip revision: 14348a5
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top