Maxime Ripard | d3e19cf | 2018-09-18 10:35:24 +0300 | [diff] [blame] | 1 | # |
| 2 | # W1 subsystem configuration |
| 3 | # |
| 4 | |
| 5 | menu "1-Wire support" |
| 6 | |
| 7 | config W1 |
| 8 | bool "Enable 1-wire controllers support" |
| 9 | default no |
| 10 | depends on DM |
| 11 | help |
| 12 | Support for the Dallas 1-Wire bus. |
| 13 | |
| 14 | if W1 |
| 15 | |
Maxime Ripard | 73aea28 | 2018-09-18 10:35:25 +0300 | [diff] [blame] | 16 | config W1_GPIO |
| 17 | bool "Enable 1-wire GPIO bitbanging" |
| 18 | default no |
| 19 | depends on DM_GPIO |
| 20 | help |
| 21 | Emulate a 1-wire bus using a GPIO. |
| 22 | |
Maxime Ripard | d3e19cf | 2018-09-18 10:35:24 +0300 | [diff] [blame] | 23 | endif |
| 24 | |
| 25 | endmenu |