mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-12 13:40:16 +00:00
12 lines
283 B
Text
12 lines
283 B
Text
|
|
#
|
||
|
|
# For a description of the syntax of this configuration file,
|
||
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
|
#
|
||
|
|
|
||
|
|
config EXAMPLES_LSM6DSL_READER
|
||
|
|
bool "LSM6DSL reader example"
|
||
|
|
default n
|
||
|
|
depends on SENSORS_LSM6DSL
|
||
|
|
---help---
|
||
|
|
Enable the LSM6DSL reader example
|