From ff1ac6b2861f7c9fe5afe9759549bcae302c24ba Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Wed, 2 Mar 2022 14:03:39 +0100 Subject: [PATCH] drivers/edbg_eui: Update kconfig model --- drivers/edbg_eui/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edbg_eui/Kconfig b/drivers/edbg_eui/Kconfig index aa6df05a9f..53b8798e44 100644 --- a/drivers/edbg_eui/Kconfig +++ b/drivers/edbg_eui/Kconfig @@ -10,12 +10,12 @@ config MODULE_EDBG_EUI depends on HAS_PERIPH_I2C depends on TEST_KCONFIG select MODULE_PERIPH_I2C - default y if MODULE_EUI_PROVIDER && HAVE_EDBG_EUI help Driver for getting a unique ID from the Atmel Embedded Debugger. config HAVE_EDBG_EUI bool + select MODULE_EDBG_EUI if MODULE_EUI_PROVIDER help Indicates that the Atmel Embedded Debugeger EUI is available on the platform.