Kconfig 584 B

1234567891011121314151617
  1. #
  2. # FMC (ANSI-VITA 57.1) bus support
  3. #
  4. menuconfig FMC
  5. tristate "FMC support"
  6. help
  7. FMC (FPGA Mezzanine Carrier) is a mechanical and electrical
  8. standard for mezzanine cards that plug into a carrier board.
  9. This kernel subsystem supports the matching between carrier
  10. and mezzanine based on identifiers stored in the internal I2C
  11. EEPROM, as well as having carrier-independent drivers.
  12. The framework was born outside of the kernel and at this time
  13. the off-tree code base is more complete. Code and documentation
  14. is at git://ohwr.org/fmc-projects/fmc-bus.git .