drivers/at24mac: add module to Kconfig

This commit is contained in:
Leandro Lanzieri 2020-11-11 17:00:38 +01:00
parent 4d35b803c4
commit f1028dfe85
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5
2 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,7 @@ endmenu # Actuator Device Drivers
menu "Miscellaneous Device Drivers"
rsource "at/Kconfig"
rsource "at24mac/Kconfig"
endmenu # Miscellaneous Device Drivers
rsource "Kconfig.net"

11
drivers/at24mac/Kconfig Normal file
View File

@ -0,0 +1,11 @@
# 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_AT24MAC
bool "AT24MAC unique ID chip"
select MODULE_AT24CXXX
depends on TEST_KCONFIG