drivers/at24mac: add module to Kconfig
This commit is contained in:
parent
4d35b803c4
commit
f1028dfe85
@ -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
11
drivers/at24mac/Kconfig
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user