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