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:
parent
36ecb40dd9
commit
86ea4b42e4
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user