URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [w1/] [Kconfig] - Rev 79
Go to most recent revision | Compare with Previous | Blame | View Log
menuconfig W1tristate "Dallas's 1-wire support"depends on HAS_IOMEM---help---Dallas' 1-wire bus is useful to connect slow 1-pin devicessuch as iButtons and thermal sensors.If you want W1 support, you should say Y here.This W1 support can also be built as a module. If so, the modulewill be called wire.ko.if W1config W1_CONdepends on CONNECTORbool "Userspace communication over connector"default y--- help ---This allows to communicate with userspace using connector. For moreinformation see <file:Documentation/connector/connector.txt>.There are three types of messages between w1 core and userspace:1. Events. They are generated each time new master or slave device foundeither due to automatic or requested search.2. Userspace commands. Includes read/write and search/alarm search commands.3. Replies to userspace commands.source drivers/w1/masters/Kconfigsource drivers/w1/slaves/Kconfigendif # W1
Go to most recent revision | Compare with Previous | Blame | View Log
