Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: add help entry for FM801 gameport driver to Kconfig

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

+7
+7
drivers/input/gameport/Kconfig
··· 52 52 config GAMEPORT_FM801 53 53 tristate "ForteMedia FM801 gameport support" 54 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 63 endif