aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fmc/Kconfig
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini@gnudd.com>2013-06-12 03:13:25 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-17 19:38:57 -0400
commit9c9f32eddee56888c7acd0d69134a5dcae09e1a8 (patch)
tree2da7a255c0fe298b011759f237de18e01f1e7ab9 /drivers/fmc/Kconfig
parentb1f254e35d85535b17af2786d06fe88f15f304f7 (diff)
FMC: create drivers/fmc and toplevel Kconfig question
This commit creates the drivers/fmc directory and puts the necessary hooks for kbuild and kconfig. The code is currently a placeholder that only registers an empty bus. Signed-off-by: Alessandro Rubini <rubini@gnudd.com> Acked-by: Juan David Gonzalez Cobas <dcobas@cern.ch> Acked-by: Emilio G. Cota <cota@braap.org> Acked-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fmc/Kconfig')
-rw-r--r--drivers/fmc/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/fmc/Kconfig b/drivers/fmc/Kconfig
new file mode 100644
index 000000000000..e28790267c69
--- /dev/null
+++ b/drivers/fmc/Kconfig
@@ -0,0 +1,17 @@
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 .