diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-12-21 00:52:00 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-12-21 00:52:00 -0500 |
commit | 41293e5368d9ba9760935cf510d2631c257f2b74 (patch) | |
tree | 144f483bb9336348245c533dcef8d9ede2dd3d4a /drivers/input/gameport | |
parent | 4eb38ac0629716871591b594fe0c611b19613983 (diff) |
Input: add help entry for FM801 gameport driver to Kconfig
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/gameport')
-rw-r--r-- | drivers/input/gameport/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/gameport/Kconfig b/drivers/input/gameport/Kconfig index 7524bd7d8b8f..d279454a5c9e 100644 --- a/drivers/input/gameport/Kconfig +++ b/drivers/input/gameport/Kconfig | |||
@@ -52,5 +52,12 @@ config GAMEPORT_EMU10K1 | |||
52 | config GAMEPORT_FM801 | 52 | config GAMEPORT_FM801 |
53 | tristate "ForteMedia FM801 gameport support" | 53 | tristate "ForteMedia FM801 gameport support" |
54 | depends on PCI | 54 | depends on PCI |
55 | help | ||
56 | Say Y here if you have ForteMedia FM801 PCI audio controller | ||
57 | (Abit AU10, Genius Sound Maker, HP Workstation zx2000, | ||
58 | and others), and want to use its gameport. | ||
59 | |||
60 | To compile this driver as a module, choose M here: the | ||
61 | module will be called fm801-gp. | ||
55 | 62 | ||
56 | endif | 63 | endif |