diff options
author | Alessandro Rubini <rubini@gnudd.com> | 2013-06-18 17:48:07 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-18 18:42:15 -0400 |
commit | 4debfe409b6e550032bfef9733e9f6f7c5613617 (patch) | |
tree | c647e07600d964c6399e20f04c68ea8467c7b328 /drivers/fmc/Kconfig | |
parent | 6007b1bd0f752a5c022f7944c65fb96c39d6db3d (diff) |
FMC: add a char-device mezzanine driver
This driver exports the memory area associated with the mezzanine card
as a misc device, so users can access registers.
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 2bb1953c9681..c01cf45bc3d8 100644 --- a/drivers/fmc/Kconfig +++ b/drivers/fmc/Kconfig | |||
@@ -40,4 +40,12 @@ config FMC_WRITE_EEPROM | |||
40 | its binary and the function carrier->reprogram to actually do it. | 40 | its binary and the function carrier->reprogram to actually do it. |
41 | It is useful when the mezzanines are produced. | 41 | It is useful when the mezzanines are produced. |
42 | 42 | ||
43 | config FMC_CHARDEV | ||
44 | tristate "FMC mezzanine driver that registers a char device" | ||
45 | help | ||
46 | This driver matches every mezzanine device and allows user | ||
47 | space to read and write registers using a char device. It | ||
48 | can be used to write user-space drivers, or just get | ||
49 | aquainted with a mezzanine before writing its specific driver. | ||
50 | |||
43 | endif # FMC | 51 | endif # FMC |