1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

sys/shell/commands: add i2c_scanner deps to Kconfig

This commit is contained in:
Hauke Petersen 2021-02-18 13:21:40 +01:00
parent c15e785d64
commit 5d9e9fb9d7

View File

@ -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