2006-01-07 19:32:49

by Dmitry Torokhov

[permalink] [raw]
Subject: [PATCH 10/24] Add help entry for FM801 gameport driver to Kconfig

Input: add help entry for FM801 gameport driver to Kconfig

Signed-off-by: Dmitry Torokhov <[email protected]>
---

drivers/input/gameport/Kconfig | 7 +++++++
1 files changed, 7 insertions(+)

Index: work/drivers/input/gameport/Kconfig
===================================================================
--- work.orig/drivers/input/gameport/Kconfig
+++ work/drivers/input/gameport/Kconfig
@@ -52,5 +52,12 @@ config GAMEPORT_EMU10K1
config GAMEPORT_FM801
tristate "ForteMedia FM801 gameport support"
depends on PCI
+ help
+ Say Y here if you have ForteMedia FM801 PCI audio controller
+ (Abit AU10, Genius Sound Maker, HP Workstation zx2000,
+ and others), and want to use its gameport.
+
+ To compile this driver as a module, choose M here: the
+ module will be called fm801-gp.

endif