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.
|
# directory for more details.
|
||||||
#
|
#
|
||||||
|
|
||||||
config MODULE_SHELL_COMMANDS
|
menuconfig MODULE_SHELL_COMMANDS
|
||||||
bool "Basic shell commands"
|
bool "Basic shell commands"
|
||||||
depends on MODULE_SHELL
|
depends on MODULE_SHELL
|
||||||
|
|
||||||
|
config MODULE_I2C_SCAN
|
||||||
|
bool "I2c scanner"
|
||||||
|
depends on MODULE_SHELL
|
||||||
|
depends on MODULE_PERIPH_I2C
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user