Skip to content

Commit

Permalink
sys/shell/commands: add i2c_scanner deps to Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Feb 18, 2021
1 parent c15e785 commit 5d9e9fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sys/shell/commands/Kconfig
Expand Up @@ -5,6 +5,11 @@
# directory for more details.
#

config MODULE_SHELL_COMMANDS
menuconfig MODULE_SHELL_COMMANDS
bool "Basic shell commands"
depends on MODULE_SHELL

config MODULE_I2C_SCAN
bool "I2c scanner"
depends on MODULE_SHELL
depends on MODULE_PERIPH_I2C

0 comments on commit 5d9e9fb

Please sign in to comment.