nuttx-apps/examples/mlx90614/Kconfig
simbit18 487d541f36 examples/mlx90614/Kconfig: Fix indentation
Remove spaces from Kconfig
2023-05-19 01:00:38 +08:00

23 lines
498 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_MLX90614
tristate "MLX90614 Test Example"
default n
select LIBC_FLOATINGPOINT
---help---
Enable the MLX90614 example
if EXAMPLES_MLX90614
config EXAMPLES_MLX90614_PROGNAME
string "Program name"
default "MLX90614 Test Example"
---help---
This is the name of the program that will be used when the NSH ELF
program is installed.
endif