android_kernel_samsung_a23xq/Kconfig
rsuntk ae5385525c Initial A23 5G source
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
2025-01-11 02:04:00 +07:00

64 lines
1.6 KiB
Text
Executable file

# 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"
source "techpack/camera/drivers/Kconfig"
source "techpack/display/msm/samsung/A23XQ_SW89112_TCFJ6606/Kconfig" # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
source "techpack/display/msm/samsung/A23XQ_NT36672C_PM6585JB3/Kconfig" # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
source "techpack/display/msm/samsung/A23XQ_TD4375_BS066FBM/Kconfig" # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
source "techpack/display/msm/samsung/A23XQ_TD4375_TL066FVMC03/Kconfig" # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
source "techpack/display/msm/samsung/Kconfig" # ADDED BY LEGO AUTOMATICALLY: DO NOT SUBMIT
menu "Rissu additional"
config RSU_BYPASS_VERMAGIC
bool "Bypass LKM Vermagic verify"
default n
help
If this option is enabled, it will bypass every vermagic
verifications.
config RSU_BYPASS_SYMVERSION
bool "Bypass Symbol version verify"
default n
help
If this option is enabled, it will bypass every vermagic
verifications.
config RSU_ALWAYS_INLINE
bool "Inlining techpack drivers"
default n
help
If this option is enabled, force techpack to inline build
Warning, huge spike in kernel size!
endmenu