2014-11-28 22:37:33 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-11-28 22:37:33 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_DJOYSTICK
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "Discrete joystick example"
|
2014-11-28 22:37:33 +01:00
|
|
|
default n
|
2021-04-08 11:50:31 +02:00
|
|
|
depends on INPUT_DJOYSTICK
|
2014-11-28 22:37:33 +01:00
|
|
|
---help---
|
|
|
|
Enable the discrete joystick example
|
|
|
|
|
|
|
|
if EXAMPLES_DJOYSTICK
|
|
|
|
|
|
|
|
config EXAMPLES_DJOYSTICK_DEVNAME
|
|
|
|
string "Joystick device name"
|
|
|
|
default "/dev/djoy0"
|
|
|
|
|
|
|
|
config EXAMPLES_DJOYSTICK_SIGNO
|
|
|
|
int "Joystick signal"
|
2023-03-25 00:07:59 +01:00
|
|
|
default 32
|
2014-11-28 22:37:33 +01:00
|
|
|
|
|
|
|
endif
|