2017-11-28 19:18:46 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_NUNCHUCK
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "Nunchuck joystick example"
|
2017-11-28 19:18:46 +01:00
|
|
|
default n
|
|
|
|
depends on INPUT_NUNCHUCK
|
|
|
|
---help---
|
|
|
|
Enable the nunchuck joystick example
|
|
|
|
|
|
|
|
if EXAMPLES_NUNCHUCK
|
|
|
|
|
|
|
|
config EXAMPLES_NUNCHUCK_DEVNAME
|
|
|
|
string "Joystick device name"
|
|
|
|
default "/dev/nunchuck0"
|
|
|
|
|
|
|
|
endif
|