Kconfig 253 B

12345678910111213
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. config EXAMPLES_NULL
  6. tristate "NULL example"
  7. default n
  8. ---help---
  9. Enable the NULL example
  10. if EXAMPLES_NULL
  11. endif