mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/eepreg: Add Kconfig support
This commit is contained in:
parent
e7f62e89fe
commit
8bc7893e92
12
sys/eepreg/Kconfig
Normal file
12
sys/eepreg/Kconfig
Normal file
@ -0,0 +1,12 @@
|
||||
# Copyright (c) 2021 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_EEPREG
|
||||
bool "EEPROM metadata registry"
|
||||
depends on TEST_KCONFIG
|
||||
depends on HAS_PERIPH_EEPROM
|
||||
select MODULE_PERIPH_EEPROM
|
Loading…
Reference in New Issue
Block a user