Uwe Kleine-König | bbecb07 | 2017-12-18 17:59:07 +0100 | [diff] [blame] | 1 | menuconfig SIOX |
| 2 | tristate "Eckelmann SIOX Support" |
| 3 | help |
| 4 | SIOX stands for Serial Input Output eXtension and is a synchronous |
| 5 | bus system invented by Eckelmann AG. It is used in their control and |
| 6 | remote monitoring systems for commercial and industrial refrigeration |
| 7 | to drive additional I/O units. |
| 8 | |
| 9 | Unless you know better, it is probably safe to say "no" here. |
Uwe Kleine-König | fd63972 | 2017-12-19 10:00:13 +0100 | [diff] [blame] | 10 | |
| 11 | if SIOX |
| 12 | |
| 13 | config SIOX_BUS_GPIO |
| 14 | tristate "SIOX GPIO bus driver" |
| 15 | help |
| 16 | SIOX bus driver that controls the four bus lines using GPIOs. |
| 17 | |
| 18 | endif |