0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig SIOX
0003 tristate "Eckelmann SIOX Support"
0004 help
0005 SIOX stands for Serial Input Output eXtension and is a synchronous
0006 bus system invented by Eckelmann AG. It is used in their control and
0007 remote monitoring systems for commercial and industrial refrigeration
0008 to drive additional I/O units.
0009
0010 Unless you know better, it is probably safe to say "no" here.
0011
0012 if SIOX
0013
0014 config SIOX_BUS_GPIO
0015 tristate "SIOX GPIO bus driver"
0016 help
0017 SIOX bus driver that controls the four bus lines using GPIOs.
0018
0019 endif