summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 5e4db90c21..aa7242c271 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -607,6 +607,12 @@ config CMD_I2C
include i2c_probe, i2c_read and i2c_write commands to communicate
on i2c bus.
+config CMD_SPI
+ bool
+ depends on SPI
+ prompt "spi command"
+ help
+
config CMD_LED
bool
depends on LED