nuttx-apps/examples/lsm303_reader/Kconfig
Xiang Xiao 9d78e5b4c2 Remove executable bit from source code
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-13 06:52:34 -06:00

12 lines
282 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_LSM303_READER
bool "LSM303 reader example"
default n
depends on SENSORS_LSM303AGR
---help---
Enable the LSM303 reader example