aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2018-09-18 10:35:33 +0300
committerTom Rini <trini@konsulko.com>2018-09-28 20:22:36 -0400
commitd05266f7c5bc4bbee7535804fea3388fe163a2dd (patch)
tree29795facf833d3a23be0ad6ea9ddd30cf93b17b3 /cmd/Kconfig
parent6a984d66b12d1ddc7745b005e24b099bed2fd271 (diff)
downloadu-boot-d05266f7c5bc4bbee7535804fea3388fe163a2dd.zip
u-boot-d05266f7c5bc4bbee7535804fea3388fe163a2dd.tar.gz
u-boot-d05266f7c5bc4bbee7535804fea3388fe163a2dd.tar.bz2
w1: add command for onewire protocol
Add basic command for bus information and read for onewire bus using Dallas 1-Wire protocol. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index cf97a0f..1e4ab6e 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -832,6 +832,13 @@ config CMD_I2C
help
I2C support.
+config CMD_W1
+ depends on W1
+ default y if W1
+ bool "w1 - Support for Dallas 1-Wire protocol"
+ help
+ Dallas 1-wire protocol support
+
config CMD_LOADB
bool "loadb"
default y