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

drivers/at24mac: add Kconfig feature

This commit is contained in:
Leandro Lanzieri 2021-09-30 13:41:31 +02:00
parent f684ecfd5c
commit 347fb256d5
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -8,4 +8,11 @@
config MODULE_AT24MAC
bool "AT24MAC unique ID chip"
select MODULE_AT24CXXX
depends on HAS_PERIPH_I2C
depends on TEST_KCONFIG
config HAVE_AT24MAC
bool
select MODULE_AT24MAC if EUI_PROVIDER && HAS_PERIPH_I2C
help
Indicates that an AT24MAC unique ID chip is present.