1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/od/kconfig: add od_string

This commit is contained in:
Leandro Lanzieri 2022-03-09 16:38:56 +01:00
parent e59a6786a6
commit 171c20b03a
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -4,7 +4,11 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
config MODULE_OD
menuconfig MODULE_OD
bool "OD Hex Dump"
select MODULE_FMT
depends on TEST_KCONFIG
config MODULE_OD_STRING
bool "Print ASCII representation of the dumped data"
depends on MODULE_OD