aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/uio/Kconfig')
-rw-r--r--drivers/uio/Kconfig20
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
107config 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
116config 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
107config UIO_PRUSS 127config 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