drivers/edbg_eui: add module to Kconfig
This commit is contained in:
parent
c9720d16ca
commit
92b54ecf94
@ -24,3 +24,4 @@ config BOARD_SAMR21_XPRO
|
|||||||
select HAS_RIOTBOOT
|
select HAS_RIOTBOOT
|
||||||
|
|
||||||
select HAVE_SAUL_GPIO
|
select HAVE_SAUL_GPIO
|
||||||
|
select HAVE_EDBG_EUI
|
||||||
|
|||||||
@ -19,6 +19,7 @@ endmenu # Actuator Device Drivers
|
|||||||
menu "Miscellaneous Device Drivers"
|
menu "Miscellaneous Device Drivers"
|
||||||
rsource "at/Kconfig"
|
rsource "at/Kconfig"
|
||||||
rsource "at24mac/Kconfig"
|
rsource "at24mac/Kconfig"
|
||||||
|
rsource "edbg_eui/Kconfig"
|
||||||
rsource "hd44780/Kconfig"
|
rsource "hd44780/Kconfig"
|
||||||
rsource "ili9341/Kconfig"
|
rsource "ili9341/Kconfig"
|
||||||
rsource "io1_xplained/Kconfig"
|
rsource "io1_xplained/Kconfig"
|
||||||
|
|||||||
21
drivers/edbg_eui/Kconfig
Normal file
21
drivers/edbg_eui/Kconfig
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Copyright (c) 2020 HAW Hamburg
|
||||||
|
#
|
||||||
|
# This file is subject to the terms and conditions of the GNU Lesser
|
||||||
|
# General Public License v2.1. See the file LICENSE in the top level
|
||||||
|
# directory for more details.
|
||||||
|
#
|
||||||
|
|
||||||
|
config MODULE_EDBG_EUI
|
||||||
|
bool "Atmel Embedded Debugger 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
|
||||||
|
help
|
||||||
|
Indicates that the Atmel Embedded Debugeger EUI is available on the
|
||||||
|
platform.
|
||||||
Loading…
x
Reference in New Issue
Block a user