1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:49:47 +01:00

drivers/dcf77: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:35 +01:00
parent 8979586e7d
commit 3b5f4797d4
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -13,3 +13,8 @@ config MODULE_DCF77
select MODULE_PERIPH_GPIO
select MODULE_PERIPH_GPIO_IRQ
select MODULE_XTIMER
config HAVE_DCF77
bool
help
Indicates that a dcf77 long wave receiver is present.