nuttx-apps/examples/keyboard/Kconfig
liuhongchao a3dfef117b apps/examples:Add keyboard example
Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
2023-08-26 17:02:48 +08:00

21 lines
424 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_KEYBOARD
tristate "Keyboard example"
default n
---help---
Enable the keyboard example
if EXAMPLES_KEYBOARD
config EXAMPLES_KEYBOARD_DEVPATH
string "Keyboard device path"
default "/dev/kbd0"
---help---
The path to the keyboard device. Default: "/dev/kbd0"
endif