Gregory Nutt 2f982e9c77 Revert "Squashed commit of the following:"
This reverts commit 25b92edd9ff5f7d37cc7f201294f3215e5ac6332.
2018-08-22 12:06:32 -06:00

16 lines
316 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_NXFLAT
bool "NXFLAT example"
default n
select LIBC_EXECFUNCS
depends on NXFLAT && !BUILD_KERNEL
---help---
Enable the NXFLAT example
if EXAMPLES_NXFLAT
endif