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
|
endmenu # Miscellaneous Device Drivers
|
||||||
|
|
||||||
rsource "Kconfig.net"
|
rsource "Kconfig.net"
|
||||||
|
|
||||||
|
menu "Peripherals drivers"
|
||||||
rsource "periph_common/Kconfig"
|
rsource "periph_common/Kconfig"
|
||||||
|
endmenu # Peripherals drivers
|
||||||
|
|
||||||
menu "Sensor Device Drivers"
|
menu "Sensor Device Drivers"
|
||||||
rsource "ads101x/Kconfig"
|
rsource "ads101x/Kconfig"
|
||||||
|
|||||||
@ -4,6 +4,14 @@
|
|||||||
# General Public License v2.1. See the file LICENSE in the top level
|
# General Public License v2.1. See the file LICENSE in the top level
|
||||||
# directory for more details.
|
# 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
|
menuconfig KCONFIG_USEMODULE_PERIPH_WDT
|
||||||
bool "Configure Watchdog peripheral"
|
bool "Configure Watchdog peripheral"
|
||||||
depends on USEMODULE_PERIPH_WDT
|
depends on USEMODULE_PERIPH_WDT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user