blob: 35878c4cf3e1b52f3e4e5d71d86e8ab7b02b0aec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 7f0d48f406e3..5a49515dc0c7 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -453,6 +453,22 @@ config XILINX_SDFEC
If unsure, say N.
+config EPIPHANY
+ tristate "Adapteva Epiphany device driver"
+ depends on OF
+ default n
+
+ help
+ The epiphany device driver gives user space applications access to
+ the eMesh on-chip-network via an e-link interface connected on the
+ system bus. The driver is meant to be used in conjunction with
+ a user space API.
+
+ To compile this driver as a module, choose M here: the
+ module will be called epiphany.
+
+ If unsure, say N.
+
config MISC_RTSX
tristate
default MISC_RTSX_PCI || MISC_RTSX_USB
|