diff options
author | Alessandro Rubini <rubini@gnudd.com> | 2013-06-18 23:47:35 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-18 15:41:04 -0700 |
commit | 6c62a895e572145f8aa24f2040d1bb8eff473313 (patch) | |
tree | 4e6d1186c8491347c6c561c6ff65a5a738cdf3fb /drivers/fmc/Makefile | |
parent | 022c674728f45ad22ce2bb5eb628ac9d3dbc3aea (diff) | |
download | talos-op-linux-6c62a895e572145f8aa24f2040d1bb8eff473313.tar.gz talos-op-linux-6c62a895e572145f8aa24f2040d1bb8eff473313.zip |
FMC: add a software carrier driver
This fake carrier is designed to help FMC users understand how a
carrier driver works, and to experiment the behaviour with EEPROM
reprogramming (with a mezzanine driver commited later). This carrier
can register up to 4 (fake) mezzanines.
We have real carriers (both on PCI-E and VME), but they are bigger
things and are not part of this submission.
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/Makefile')
-rw-r--r-- | drivers/fmc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/fmc/Makefile b/drivers/fmc/Makefile index df9893972a62..9832b79976b1 100644 --- a/drivers/fmc/Makefile +++ b/drivers/fmc/Makefile @@ -6,3 +6,5 @@ fmc-y += fmc-match.o fmc-y += fmc-sdb.o fmc-y += fru-parse.o fmc-y += fmc-dump.o + +obj-$(CONFIG_FMC_FAKEDEV) += fmc-fakedev.o |