diff options
author | Alessandro Rubini <rubini@gnudd.com> | 2013-06-18 23:47:56 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-18 15:42:15 -0700 |
commit | 6007b1bd0f752a5c022f7944c65fb96c39d6db3d (patch) | |
tree | d0b3074fc8e0589603dbbe4ebc8a3b5c52287842 /drivers/fmc/Makefile | |
parent | 056d83f3c30c398f14eb879f1d1707e3a7808f4a (diff) | |
download | talos-obmc-linux-6007b1bd0f752a5c022f7944c65fb96c39d6db3d.tar.gz talos-obmc-linux-6007b1bd0f752a5c022f7944c65fb96c39d6db3d.zip |
FMC: add a driver to write mezzanine EEPROM
This driver allows to reprogram the EEPROM in a mezzanine, to store
its own identifiers during manufacturing or to save other useful data.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fmc/Makefile b/drivers/fmc/Makefile index 52624e6c0b1f..13701fa6db79 100644 --- a/drivers/fmc/Makefile +++ b/drivers/fmc/Makefile @@ -9,3 +9,4 @@ fmc-y += fmc-dump.o obj-$(CONFIG_FMC_FAKEDEV) += fmc-fakedev.o obj-$(CONFIG_FMC_TRIVIAL) += fmc-trivial.o +obj-$(CONFIG_FMC_WRITE_EEPROM) += fmc-write-eeprom.o |