Skip to content

Commit

Permalink
Kconfig: add Drivers menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Jan 16, 2020
1 parent 41808f0 commit cbca04f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cbca04f

Please sign in to comment.