From 171c20b03ac4b4fdd292c2274f5b16579eacdbc6 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Wed, 9 Mar 2022 16:38:56 +0100 Subject: [PATCH] sys/od/kconfig: add od_string --- sys/od/Kconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/od/Kconfig b/sys/od/Kconfig index 3859c7b41b..74526c4315 100644 --- a/sys/od/Kconfig +++ b/sys/od/Kconfig @@ -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