2018-10-28 23:04:15 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_MLX90614
|
|
|
|
tristate "MLX90614 Test Example"
|
|
|
|
default n
|
2023-05-18 14:53:56 +02:00
|
|
|
select LIBC_FLOATINGPOINT
|
2018-10-28 23:04:15 +01:00
|
|
|
---help---
|
|
|
|
Enable the MLX90614 example
|
|
|
|
|
|
|
|
if EXAMPLES_MLX90614
|
|
|
|
|
|
|
|
config EXAMPLES_MLX90614_PROGNAME
|
|
|
|
string "Program name"
|
|
|
|
default "MLX90614 Test Example"
|
|
|
|
---help---
|
2019-08-23 19:59:28 +02:00
|
|
|
This is the name of the program that will be used when the NSH ELF
|
2018-10-28 23:04:15 +01:00
|
|
|
program is installed.
|
|
|
|
|
|
|
|
endif
|