aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/c2port/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/c2port/Kconfig')
-rw-r--r--drivers/misc/c2port/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/misc/c2port/Kconfig b/drivers/misc/c2port/Kconfig
index f1bad2b40329..e46af9a5810d 100644
--- a/drivers/misc/c2port/Kconfig
+++ b/drivers/misc/c2port/Kconfig
@@ -21,4 +21,15 @@ menuconfig C2PORT
21 21
22if C2PORT 22if C2PORT
23 23
24config C2PORT_DURAMAR_2150
25 tristate "C2 port support for Eurotech's Duramar 2150 (EXPERIMENTAL)"
26 depends on X86 && C2PORT
27 default no
28 help
29 This option enables C2 support for the Eurotech's Duramar 2150
30 on board micro controller.
31
32 To compile this driver as a module, choose M here: the module will
33 be called c2port-duramar2150.
34
24endif # C2PORT 35endif # C2PORT