31 lines
754 B
Plaintext
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"
|