1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Kconfig: add Drivers menu

This commit is contained in:
Jose Alamos 2020-01-16 18:33:49 +01:00
parent 41808f0286
commit cbca04fdcc
2 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,7 @@ 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

8
drivers/Kconfig Normal file
View File

@ -0,0 +1,8 @@
# Copyright (c) 2020 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.
menu "Drivers"
endmenu # Drivers