Files
SagarMakhar 4abb0d0d89 treewide: Import realme changes
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
2021-11-27 20:04:27 +00:00

31 lines
754 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
#ifdef CONFIG_OPLUS_SYSTEM_KERNEL
#Wen.Luo@Bsp.Kernel.Stability,2020/4/20,OPLUS_SYSTEM_KERNEL_QCOM/OPLUS_SYSTEM_KERNEL_MTK add for qcom/mtk platform
config OPLUS_SYSTEM_KERNEL_QCOM
bool "config oplus system feature "
default y
help
define this config to Distinguish between qcom and mtk platform
config OPLUS_FEATURE_PANIC_FLUSH
bool "fsync optimization "
default y
help
define this config to fsync optimization
#endif /*CONFIG_OPLUS_SYSTEM_KERNEL*/
config SRCARCH
string
option env="SRCARCH"
source "arch/$SRCARCH/Kconfig"