summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/genromfs/Config.in
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-24 14:26:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-24 14:26:39 +0000
commitcecd890c6283dc824e2c972c357bb02a76ae3269 (patch)
tree8e6898e8e583fb2ffbed4ee6ba9469cf02abcaa4 /misc/buildroot/toolchain/genromfs/Config.in
parent14645583fb003bba5810ae809d7c1ed2618b67aa (diff)
downloadnuttx-cecd890c6283dc824e2c972c357bb02a76ae3269.tar.gz
nuttx-cecd890c6283dc824e2c972c357bb02a76ae3269.tar.bz2
nuttx-cecd890c6283dc824e2c972c357bb02a76ae3269.zip
Add genromfs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1938 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/genromfs/Config.in')
-rw-r--r--misc/buildroot/toolchain/genromfs/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/genromfs/Config.in b/misc/buildroot/toolchain/genromfs/Config.in
new file mode 100644
index 000000000..e2882c2be
--- /dev/null
+++ b/misc/buildroot/toolchain/genromfs/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_GENROMFS
+ bool "Build genromfs"
+ default n if !BR2_PACKAGE_NXFLAT
+ default y if BR2_PACKAGE_NXFLAT
+ help
+ genromfs is a tools that will convert a directory on the host
+ machine to a FLASH-able ROMFS image file. genromfs support
+ is normally required with NXFLAT.