Kconfig 594 B

123456789101112131415161718192021222324
  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. endif # C2PORT