19 lines
409 B
Plaintext
19 lines
409 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_LPC4088_DEVKIT
|
|
|
|
config LPC4088_DEVKIT_DJOYSTICK
|
|
bool "Discrete Joystick Support"
|
|
default n
|
|
depends on !ARCH_BUTTONS && INPUT_DJOYSTICK
|
|
|
|
config LPC4088_DEVKIT_DJOYDEV
|
|
string "Joystick Device"
|
|
default "/dev/djoy0"
|
|
depends on LPC4088_DEVKIT_DJOYSTICK
|
|
|
|
endif
|