diff --git a/drivers/Kconfig b/drivers/Kconfig index fc4fcfe976..d83cffe9f9 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -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" diff --git a/drivers/at24mac/Kconfig b/drivers/at24mac/Kconfig new file mode 100644 index 0000000000..79c5467c99 --- /dev/null +++ b/drivers/at24mac/Kconfig @@ -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