diff options
| author | John Ogness <john.ogness@linutronix.de> | 2014-12-09 11:43:10 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-12 08:04:13 -0500 |
| commit | fbc4a8a85777e065f7a195ddc58b3245808f1e87 (patch) | |
| tree | 8bacc3572b40cb97e6cc1c5295a01d9021ad0c93 /drivers/uio/Kconfig | |
| parent | 02b03846bb2befc558bfd0665749d6bb26f4c2f1 (diff) | |
uio: uio_fsl_elbc_gpcm: new driver
This driver provides UIO access to memory of a peripheral connected
to the Freescale enhanced local bus controller (eLBC) interface
using the general purpose chip-select mode (GPCM).
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uio/Kconfig')
| -rw-r--r-- | drivers/uio/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 5a90914d856d..8a15c323c030 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig | |||
| @@ -104,6 +104,26 @@ config UIO_NETX | |||
| 104 | To compile this driver as a module, choose M here; the module | 104 | To compile this driver as a module, choose M here; the module |
| 105 | will be called uio_netx. | 105 | will be called uio_netx. |
| 106 | 106 | ||
| 107 | config UIO_FSL_ELBC_GPCM | ||
| 108 | tristate "eLBC/GPCM driver" | ||
| 109 | depends on FSL_LBC | ||
| 110 | help | ||
| 111 | Generic driver for accessing a peripheral connected to an eLBC port | ||
| 112 | that is running in GPCM mode. GPCM is an interface for simple lower | ||
| 113 | performance memories and memory-mapped devices. For devices using | ||
| 114 | FCM or UPM eLBC modes, other device-specific drivers are available. | ||
| 115 | |||
| 116 | config UIO_FSL_ELBC_GPCM_NETX5152 | ||
| 117 | bool "eLBC/GPCM netX 51/52 support" | ||
| 118 | depends on UIO_FSL_ELBC_GPCM | ||
| 119 | help | ||
| 120 | This will add support for netX 51/52 devices connected via eLBC/GPCM. | ||
| 121 | In particular, it implements interrupt handling. This can be used | ||
| 122 | together with the userspace netX stack from Hilscher. | ||
| 123 | |||
| 124 | Information about this hardware can be found at: | ||
| 125 | http://www.hilscher.com/netx | ||
| 126 | |||
| 107 | config UIO_PRUSS | 127 | config UIO_PRUSS |
| 108 | tristate "Texas Instruments PRUSS driver" | 128 | tristate "Texas Instruments PRUSS driver" |
| 109 | depends on ARCH_DAVINCI_DA850 | 129 | depends on ARCH_DAVINCI_DA850 |
