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

drivers/Kconfig: add peripheral drivers config menu

This commit is contained in:
Francisco Molina 2020-08-25 17:09:47 +02:00
parent 36ecb40dd9
commit 86ea4b42e4
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
2 changed files with 11 additions and 0 deletions

View File

@ -15,7 +15,10 @@ rsource "at/Kconfig"
endmenu # Miscellaneous Device Drivers
rsource "Kconfig.net"
menu "Peripherals drivers"
rsource "periph_common/Kconfig"
endmenu # Peripherals drivers
menu "Sensor Device Drivers"
rsource "ads101x/Kconfig"

View File

@ -4,6 +4,14 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
menuconfig KCONFIG_USEMODULE_PERIPH_TIMER
bool "Configure timer peripheral"
depends on USEMODULE_PERIPH_TIMER
help
Configure Timer peripheral using Kconfig.
orsource "$(RIOTCPU)/$(CPU)/periph/Kconfig"
menuconfig KCONFIG_USEMODULE_PERIPH_WDT
bool "Configure Watchdog peripheral"
depends on USEMODULE_PERIPH_WDT