mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:09:46 +01:00
pkg/libbase58: add Kconfig support
This commit is contained in:
parent
2327d74d24
commit
ca5ac76199
@ -36,6 +36,7 @@ rsource "heatshrink/Kconfig"
|
||||
rsource "jerryscript/Kconfig"
|
||||
rsource "jsmn/Kconfig"
|
||||
rsource "libb2/Kconfig"
|
||||
rsource "libbase58/Kconfig"
|
||||
rsource "libcose/Kconfig"
|
||||
rsource "libfixmath/Kconfig"
|
||||
rsource "libhydrogen/Kconfig"
|
||||
|
12
pkg/libbase58/Kconfig
Normal file
12
pkg/libbase58/Kconfig
Normal file
@ -0,0 +1,12 @@
|
||||
# Copyright (c) 2023 Inria
|
||||
#
|
||||
# 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 PACKAGE_LIBBASE58
|
||||
bool "Bitcoin's base58 encoding"
|
||||
depends on TEST_KCONFIG
|
||||
|
||||
select MODULE_POSIX_HEADERS
|
Loading…
Reference in New Issue
Block a user