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:
parent
c15e785d64
commit
5d9e9fb9d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user