summaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorJiri Slaby2007-05-08 09:31:45 +0200
committerLinus Torvalds2007-05-08 20:15:14 +0200
commitcef2cf07273d12ac3453d2baff096423f17b7403 (patch)
tree807ce95b91d1a09f449d61301f1148c85d7818db /drivers/misc/Kconfig
parentcpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpuset (diff)
downloadkernel-qcow2-linux-cef2cf07273d12ac3453d2baff096423f17b7403.tar.gz
kernel-qcow2-linux-cef2cf07273d12ac3453d2baff096423f17b7403.tar.xz
kernel-qcow2-linux-cef2cf07273d12ac3453d2baff096423f17b7403.zip
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
information on the specific driver level and support statement
for your IBM server.
+config PHANTOM
+ tristate "Sensable PHANToM"
+ depends on PCI
+ help
+ Say Y here if you want to build a driver for Sensable PHANToM device.
+
+ If you choose to build module, its name will be phantom. If unsure,
+ say N here.
+
If unsure, say N.