diff options
author | Alessandro Rubini <rubini@gnudd.com> | 2013-06-18 17:47:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-18 18:42:15 -0400 |
commit | 6007b1bd0f752a5c022f7944c65fb96c39d6db3d (patch) | |
tree | d0b3074fc8e0589603dbbe4ebc8a3b5c52287842 /drivers/fmc/Kconfig | |
parent | 056d83f3c30c398f14eb879f1d1707e3a7808f4a (diff) |
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/Kconfig')
-rw-r--r-- | drivers/fmc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/fmc/Kconfig b/drivers/fmc/Kconfig index 7eacef990be8..2bb1953c9681 100644 --- a/drivers/fmc/Kconfig +++ b/drivers/fmc/Kconfig | |||
@@ -32,4 +32,12 @@ config FMC_TRIVIAL | |||
32 | The driver also handles interrupts (we used it with a real carrier | 32 | The driver also handles interrupts (we used it with a real carrier |
33 | before the mezzanines were produced) | 33 | before the mezzanines were produced) |
34 | 34 | ||
35 | config FMC_WRITE_EEPROM | ||
36 | tristate "FMC mezzanine driver to write I2C EEPROM" | ||
37 | help | ||
38 | This driver matches every mezzanine device and can write the | ||
39 | internal EEPROM of the PCB, using the firmware loader to get | ||
40 | its binary and the function carrier->reprogram to actually do it. | ||
41 | It is useful when the mezzanines are produced. | ||
42 | |||
35 | endif # FMC | 43 | endif # FMC |