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

drivers/edbg_eui: Update kconfig model

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

View File

@ -10,12 +10,12 @@ config MODULE_EDBG_EUI
depends on HAS_PERIPH_I2C depends on HAS_PERIPH_I2C
depends on TEST_KCONFIG depends on TEST_KCONFIG
select MODULE_PERIPH_I2C select MODULE_PERIPH_I2C
default y if MODULE_EUI_PROVIDER && HAVE_EDBG_EUI
help help
Driver for getting a unique ID from the Atmel Embedded Debugger. Driver for getting a unique ID from the Atmel Embedded Debugger.
config HAVE_EDBG_EUI config HAVE_EDBG_EUI
bool bool
select MODULE_EDBG_EUI if MODULE_EUI_PROVIDER
help help
Indicates that the Atmel Embedded Debugeger EUI is available on the Indicates that the Atmel Embedded Debugeger EUI is available on the
platform. platform.