diff options
| author | Eugen Hristev <[email protected]> | 2018-09-18 10:35:33 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-09-28 20:22:36 -0400 |
| commit | d05266f7c5bc4bbee7535804fea3388fe163a2dd (patch) | |
| tree | 29795facf833d3a23be0ad6ea9ddd30cf93b17b3 /cmd/Kconfig | |
| parent | 6a984d66b12d1ddc7745b005e24b099bed2fd271 (diff) | |
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 <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index cf97a0f2be3..1e4ab6e78d9 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 |
