Kconfig 937 B

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