1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

sys/rtt_rtc/kconfig: do not select RTC feature

This commit is contained in:
Leandro Lanzieri 2021-12-02 11:41:46 +01:00
parent dadaace394
commit b761701ca3
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -10,6 +10,5 @@ config MODULE_RTT_RTC
depends on HAS_PERIPH_RTT
depends on TEST_KCONFIG
select MODULE_PERIPH_RTT
select HAS_PERIPH_RTC # provides RTC
help
Basic RTC implementation based on a RTT.