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:
parent
41808f0286
commit
cbca04fdcc
1
Kconfig
1
Kconfig
@ -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
8
drivers/Kconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user