1 Star 0 Fork 1

PaulJiang/android_kernel_huawei_rio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Kconfig 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
config SRCARCH
string
option env="SRCARCH"
config HUAWEI_KERNEL
bool "Use huawei code"
default y
help
use huawei code
config HUAWEI_KERNEL_DEBUG
bool "Use Huawei kernel debug mode"
depends on HUAWEI_KERNEL
default n
help
Enable sysrq, dump mode and some debug masks by default.
config SELINUX_DMD_REPORT
bool "Use selinux dmd report function"
depends on HUAWEI_KERNEL
default n
help
Enable selinux dmd report function.
source "arch/$SRCARCH/Kconfig"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/jzhiyu/android_kernel_huawei_rio.git
[email protected]:jzhiyu/android_kernel_huawei_rio.git
jzhiyu
android_kernel_huawei_rio
android_kernel_huawei_rio
cm-13.0

搜索帮助