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

drivers/ds3234: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:38 +01:00
parent d78ffe2fc9
commit fc515df185
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -10,3 +10,8 @@ config MODULE_DS3234
depends on HAS_PERIPH_SPI
depends on TEST_KCONFIG
select MODULE_PERIPH_SPI
config HAVE_DS3234
bool
help
Indicates that a DS3234 real-time clock is present.