.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # I-Force driver configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
13 | 14 | module will be called iforce. |
---|
14 | 15 | |
---|
15 | 16 | config JOYSTICK_IFORCE_USB |
---|
16 | | - bool "I-Force USB joysticks and wheels" |
---|
17 | | - depends on JOYSTICK_IFORCE && (JOYSTICK_IFORCE=m || USB=y) && USB |
---|
| 17 | + tristate "I-Force USB joysticks and wheels" |
---|
| 18 | + depends on JOYSTICK_IFORCE && USB |
---|
18 | 19 | help |
---|
19 | 20 | Say Y here if you have an I-Force joystick or steering wheel |
---|
20 | 21 | connected to your USB port. |
---|
21 | 22 | |
---|
22 | 23 | config JOYSTICK_IFORCE_232 |
---|
23 | | - bool "I-Force Serial joysticks and wheels" |
---|
24 | | - depends on JOYSTICK_IFORCE && (JOYSTICK_IFORCE=m || SERIO=y) && SERIO |
---|
| 24 | + tristate "I-Force Serial joysticks and wheels" |
---|
| 25 | + depends on JOYSTICK_IFORCE && SERIO |
---|
25 | 26 | help |
---|
26 | 27 | Say Y here if you have an I-Force joystick or steering wheel |
---|
27 | 28 | connected to your serial (COM) port. |
---|