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

drivers/at25xxx: Fix kconfig model

This commit is contained in:
MrKevinWeiss 2022-08-16 09:20:23 +02:00
parent 40f4950f85
commit 3e7751ab62
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -9,7 +9,6 @@ config MODULE_AT25XXX
bool "AT25xxx SPI-EEPROMs"
depends on HAS_PERIPH_SPI
depends on TEST_KCONFIG
select HAVE_MTD_AT25XXX
select MODULE_PERIPH_SPI
select MODULE_XTIMER
help