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:
parent
e59a6786a6
commit
171c20b03a
@ -4,7 +4,11 @@
|
|||||||
# General Public License v2.1. See the file LICENSE in the top level
|
# General Public License v2.1. See the file LICENSE in the top level
|
||||||
# directory for more details.
|
# directory for more details.
|
||||||
|
|
||||||
config MODULE_OD
|
menuconfig MODULE_OD
|
||||||
bool "OD Hex Dump"
|
bool "OD Hex Dump"
|
||||||
select MODULE_FMT
|
select MODULE_FMT
|
||||||
depends on TEST_KCONFIG
|
depends on TEST_KCONFIG
|
||||||
|
|
||||||
|
config MODULE_OD_STRING
|
||||||
|
bool "Print ASCII representation of the dumped data"
|
||||||
|
depends on MODULE_OD
|
||||||
|
Loading…
Reference in New Issue
Block a user