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:
parent
9ebb223079
commit
ff1ac6b286
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user