aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-08-24 16:11:01 -0400
committerTom Rini <trini@konsulko.com>2018-08-24 16:11:01 -0400
commit15fd1b7903a3090a03cfe453f661822a613a91ee (patch)
tree65ab83a17440b38d1c5b61f447e309291eb2ff28 /cmd/Kconfig
parent8b7f04f14a1b790ff8dec0afc28a9e8477a6eb88 (diff)
parent49c752c93a785b9bad9d3fbbd52a76bec003eac5 (diff)
downloadu-boot-15fd1b7903a3090a03cfe453f661822a613a91ee.zip
u-boot-15fd1b7903a3090a03cfe453f661822a613a91ee.tar.gz
u-boot-15fd1b7903a3090a03cfe453f661822a613a91ee.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 51db3da..04bdbf0 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -615,6 +615,15 @@ config CMD_ADC
Shows ADC device info and permit printing one-shot analog converted
data from a named Analog to Digital Converter.
+config CMD_BIND
+ bool "bind/unbind - Bind or unbind a device to/from a driver"
+ depends on DM
+ help
+ Bind or unbind a device to/from a driver from the command line.
+ This is useful in situations where a device may be handled by several
+ drivers. For example, this can be used to bind a UDC to the usb ether
+ gadget driver from the command line.
+
config CMD_CLK
bool "clk - Show clock frequencies"
help