Skip to content

Commit

Permalink
sys/od: add Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Nov 10, 2020
1 parent 374ae98 commit 1b540f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rsource "test_utils/Kconfig"
rsource "tsrb/Kconfig"
rsource "usb/Kconfig"
rsource "xtimer/Kconfig"
rsource "od/Kconfig"

config MODULE_SYS
bool
Expand Down
10 changes: 10 additions & 0 deletions sys/od/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright (c) 2020 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_OD
bool "OD Hex Dump"
select MODULE_FMT

0 comments on commit 1b540f8

Please sign in to comment.