提交 ec905a18 编写于 作者: J Jiri Slaby 提交者: Linus Torvalds

drivers/misc/phantom: note PCI

Tell users that the driver is only for PCI devices to stop asking for
support of firewire and parallel devices.
Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 ace7dd96
...@@ -77,11 +77,13 @@ config IBM_ASM ...@@ -77,11 +77,13 @@ config IBM_ASM
for your IBM server. for your IBM server.
config PHANTOM config PHANTOM
tristate "Sensable PHANToM" tristate "Sensable PHANToM (PCI)"
depends on PCI depends on PCI
help help
Say Y here if you want to build a driver for Sensable PHANToM device. Say Y here if you want to build a driver for Sensable PHANToM device.
This driver is only for PCI PHANToMs.
If you choose to build module, its name will be phantom. If unsure, If you choose to build module, its name will be phantom. If unsure,
say N here. say N here.
......
...@@ -563,6 +563,6 @@ module_init(phantom_init); ...@@ -563,6 +563,6 @@ module_init(phantom_init);
module_exit(phantom_exit); module_exit(phantom_exit);
MODULE_AUTHOR("Jiri Slaby <jirislaby@gmail.com>"); MODULE_AUTHOR("Jiri Slaby <jirislaby@gmail.com>");
MODULE_DESCRIPTION("Sensable Phantom driver"); MODULE_DESCRIPTION("Sensable Phantom driver (PCI devices)");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_VERSION(PHANTOM_VERSION); MODULE_VERSION(PHANTOM_VERSION);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册