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