Kconfig 514 B

12345678910111213141516171819
  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. Unless you know better, it is probably safe to say "no" here.
  9. if SIOX
  10. config SIOX_BUS_GPIO
  11. tristate "SIOX GPIO bus driver"
  12. help
  13. SIOX bus driver that controls the four bus lines using GPIOs.
  14. endif