Kconfig 888 B

123456789101112131415161718192021222324252627282930313233
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # C2 port devices
  4. #
  5. menuconfig C2PORT
  6. tristate "Silicon Labs C2 port support"
  7. help
  8. This option enables support for Silicon Labs C2 port used to
  9. program Silicon micro controller chips (and other 8051 compatible).
  10. If your board have no such micro controllers you don't need this
  11. interface at all.
  12. To compile this driver as a module, choose M here: the module will
  13. be called c2port_core. Note that you also need a client module
  14. usually called c2port-*.
  15. If you are not sure, say N here.
  16. if C2PORT
  17. config C2PORT_DURAMAR_2150
  18. tristate "C2 port support for Eurotech's Duramar 2150"
  19. depends on X86
  20. help
  21. This option enables C2 support for the Eurotech's Duramar 2150
  22. on board micro controller.
  23. To compile this driver as a module, choose M here: the module will
  24. be called c2port-duramar2150.
  25. endif # C2PORT