19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_OPEN1788
|
|
|
|
config OPEN1788_DJOYSTICK
|
|
bool "Discrete Joystick Support"
|
|
default n
|
|
depends on !ARCH_BUTTONS && INPUT_DJOYSTICK
|
|
|
|
config OPEN1788_DJOYDEV
|
|
string "Joystick Device"
|
|
default "/dev/djoy0"
|
|
depends on OPEN1788_DJOYSTICK
|
|
|
|
endif
|