summaryrefslogtreecommitdiff
path: root/apps/examples/keypadtest/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/keypadtest/Kconfig')
-rw-r--r--apps/examples/keypadtest/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/examples/keypadtest/Kconfig b/apps/examples/keypadtest/Kconfig
index 9dee80633..98c6d348e 100644
--- a/apps/examples/keypadtest/Kconfig
+++ b/apps/examples/keypadtest/Kconfig
@@ -18,4 +18,12 @@ if EXAMPLES_KEYPADTEST
The name of the keypad device that will be opened in order to perform
the keypad test. Default: "/dev/keypad"
+config EXAMPLES_KEYPADTEST_ENCODED
+ bool "Use Keyboard CODEC"
+ default n
+ ---help---
+ Use the keyboard encoded/decoder to pass control information from
+ the keypad driver to the keypad test. This is the keyboard CODEC
+ defined in nuttx/input/kbd_codec.h.
+
endif