加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Kconfig 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jose Alamos 提交于 2020-01-16 18:33 . Kconfig: add Drivers menu
# Copyright (c) 2019 HAW Hamburg
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
mainmenu "RIOT Configuration"
# For now, get used modules as macros from this file (see kconfig.mk)
osource "$(KCONFIG_GENERATED_DEPENDENCIES)"
rsource "drivers/Kconfig"
rsource "sys/Kconfig"
# The application may declare new symbols as well
osource "$(APPDIR)/Kconfig"
comment "RIOT is in a migration phase."
comment "Some configuration options may not be here. Use CFLAGS instead."
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化