2017-09-14 22:59:05 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_LIS3DSH_READER
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "LIS3DSH acceleration reader example"
|
2017-09-14 22:59:05 +02:00
|
|
|
default n
|
|
|
|
depends on LIS3DSH
|
2017-09-14 23:04:43 +02:00
|
|
|
depends on SPI_EXCHANGE
|
2017-09-14 22:59:05 +02:00
|
|
|
---help---
|
|
|
|
Enable the LIS3DSH reader example
|
|
|
|
|
|
|
|
if EXAMPLES_LIS3DSH_READER
|
|
|
|
|
|
|
|
config EXAMPLES_LIS3DSH_READER_PROGNAME
|
|
|
|
string "Program name"
|
|
|
|
default "lis3dsh_reader"
|
|
|
|
---help---
|
2019-08-23 19:59:28 +02:00
|
|
|
This is the name of the program that will be used when the NSH ELF
|
2017-09-14 22:59:05 +02:00
|
|
|
program is installed.
|
|
|
|
|
|
|
|
endif # EXAMPLES_LIS3DSH_READER
|