2013-05-24 18:00:54 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2013-05-24 18:00:54 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_SLCD
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "Segment LCD test"
|
2013-05-24 18:00:54 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enables a simple test of an alphanumer, segment LCD
|
|
|
|
|
|
|
|
if EXAMPLES_SLCD
|
|
|
|
|
|
|
|
config EXAMPLES_SLCD_DEVNAME
|
|
|
|
string "SLCD device path"
|
2018-11-25 21:01:37 +01:00
|
|
|
default "/dev/slcd0"
|
2013-05-24 18:00:54 +02:00
|
|
|
---help---
|
|
|
|
The full path to the SLCD device to be tested
|
|
|
|
|
|
|
|
config EXAMPLES_SLCD_BUFSIZE
|
|
|
|
int "I/O buffer size"
|
|
|
|
default 64
|
|
|
|
---help---
|
|
|
|
The size of the I/O buffer to use in the test (not a critical setting)
|
|
|
|
|
|
|
|
endif
|