2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-13 02:14:09 +00:00
|
|
|
|
|
|
|
config EXAMPLES_NXFLAT
|
|
|
|
bool "NXFLAT example"
|
|
|
|
default n
|
2017-10-02 14:32:17 -06:00
|
|
|
select LIBC_EXECFUNCS
|
2018-08-22 12:06:32 -06:00
|
|
|
depends on NXFLAT && !BUILD_KERNEL
|
2012-04-13 02:14:09 +00:00
|
|
|
---help---
|
|
|
|
Enable the NXFLAT example
|
|
|
|
|
|
|
|
if EXAMPLES_NXFLAT
|
|
|
|
endif
|