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