hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/input/joystick/iforce/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # I-Force driver configuration
34 #
....@@ -13,15 +14,15 @@
1314 module will be called iforce.
1415
1516 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
1819 help
1920 Say Y here if you have an I-Force joystick or steering wheel
2021 connected to your USB port.
2122
2223 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
2526 help
2627 Say Y here if you have an I-Force joystick or steering wheel
2728 connected to your serial (COM) port.