aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2007-05-08 03:31:45 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 14:15:14 -0400
commitcef2cf07273d12ac3453d2baff096423f17b7403 (patch)
tree807ce95b91d1a09f449d61301f1148c85d7818db /drivers/misc/Kconfig
parent6f7f02e78a75a09195d963e0392b195bc2d55c5c (diff)
Misc: add sensable phantom driver
Add sensable phantom driver Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index bfb02c1a45ae..877e7909a0e5 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -25,6 +25,15 @@ config IBM_ASM
25 information on the specific driver level and support statement 25 information on the specific driver level and support statement
26 for your IBM server. 26 for your IBM server.
27 27
28config PHANTOM
29 tristate "Sensable PHANToM"
30 depends on PCI
31 help
32 Say Y here if you want to build a driver for Sensable PHANToM device.
33
34 If you choose to build module, its name will be phantom. If unsure,
35 say N here.
36
28 37
29 If unsure, say N. 38 If unsure, say N.
30 39