diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/input/joystick/iforce/Kconfig |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'drivers/input/joystick/iforce/Kconfig')
-rw-r--r-- | drivers/input/joystick/iforce/Kconfig | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/drivers/input/joystick/iforce/Kconfig b/drivers/input/joystick/iforce/Kconfig new file mode 100644 index 000000000000..8fde22a021b3 --- /dev/null +++ b/drivers/input/joystick/iforce/Kconfig | |||
@@ -0,0 +1,32 @@ | |||
1 | # | ||
2 | # I-Force driver configuration | ||
3 | # | ||
4 | config JOYSTICK_IFORCE | ||
5 | tristate "I-Force devices" | ||
6 | depends on INPUT && INPUT_JOYSTICK | ||
7 | help | ||
8 | Say Y here if you have an I-Force joystick or steering wheel | ||
9 | |||
10 | You also must choose at least one of the two options below. | ||
11 | |||
12 | To compile this driver as a module, choose M here: the | ||
13 | module will be called iforce. | ||
14 | |||
15 | config JOYSTICK_IFORCE_USB | ||
16 | bool "I-Force USB joysticks and wheels" | ||
17 | depends on JOYSTICK_IFORCE && (JOYSTICK_IFORCE=m || USB=y) && USB | ||
18 | help | ||
19 | Say Y here if you have an I-Force joystick or steering wheel | ||
20 | connected to your USB port. | ||
21 | |||
22 | config JOYSTICK_IFORCE_232 | ||
23 | bool "I-Force Serial joysticks and wheels" | ||
24 | depends on JOYSTICK_IFORCE && (JOYSTICK_IFORCE=m || SERIO=y) && SERIO | ||
25 | help | ||
26 | Say Y here if you have an I-Force joystick or steering wheel | ||
27 | connected to your serial (COM) port. | ||
28 | |||
29 | You will need an additional utility called inputattach, see | ||
30 | <file:Documentation/input/joystick.txt> | ||
31 | and <file:Documentation/input/ff.txt>. | ||
32 | |||