diff options
author | Rodolfo Giometti <giometti@linux.it> | 2008-11-12 16:27:14 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-12 20:17:18 -0500 |
commit | 65131cd52b9e7c5814298e05c3b7843f13e78d24 (patch) | |
tree | 3c67b09fdb68017da7fdb81c12afe32a2fdbc535 /drivers/misc/c2port/Kconfig | |
parent | 4e17e1db96474af5620e3259754df4cb1c46521c (diff) |
c2port: add c2port support for Eurotech Duramar 2150
Signed-off-by: Rodolfo Giometti <giometti@linux.it>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/c2port/Kconfig')
-rw-r--r-- | drivers/misc/c2port/Kconfig | 11 |
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 | ||
22 | if C2PORT | 22 | if C2PORT |
23 | 23 | ||
24 | config 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 | |||
24 | endif # C2PORT | 35 | endif # C2PORT |