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

periph/timer: fix Kconfig menu title

This commit is contained in:
Gunar Schorcht 2022-03-20 20:56:50 +01:00
parent c4c50c5aa3
commit 2851d6c0e0
2 changed files with 2 additions and 2 deletions

View File

@ -149,6 +149,7 @@ config MODULE_PERIPH_INIT_TEMPERATURE
default y if MODULE_PERIPH_INIT
depends on MODULE_PERIPH_TEMPERATURE
rsource "Kconfig.timer"
rsource "Kconfig.uart"
config MODULE_PERIPH_USBDEV
@ -169,6 +170,5 @@ config HAVE_SHARED_PERIPH_RTT_PERIPH_RTC
The periph_rtc module or the periph_rtt module share hardware, thus,
only one can be selected.
rsource "Kconfig.timer"
rsource "Kconfig.vbat"
rsource "Kconfig.wdt"

View File

@ -7,7 +7,7 @@
if TEST_KCONFIG
menuconfig MODULE_PERIPH_TIMER
bool "Configure timer peripheral driver"
bool "Timer peripheral driver"
depends on HAS_PERIPH_TIMER
select MODULE_PERIPH_COMMON