2013-01-18 22:42:37 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:08:57 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2013-01-18 22:42:37 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_BOARD_OPEN1788
|
2017-11-20 10:00:52 -06:00
|
|
|
|
|
|
|
config OPEN1788_DJOYSTICK
|
|
|
|
bool "Discrete Joystick Support"
|
|
|
|
default n
|
2021-04-08 06:24:25 -03:00
|
|
|
depends on !ARCH_BUTTONS && INPUT_DJOYSTICK
|
2017-11-20 10:00:52 -06:00
|
|
|
|
|
|
|
config OPEN1788_DJOYDEV
|
|
|
|
string "Joystick Device"
|
|
|
|
default "/dev/djoy0"
|
|
|
|
depends on OPEN1788_DJOYSTICK
|
|
|
|
|
2013-01-18 22:42:37 +00:00
|
|
|
endif
|