summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/kconfig-frontends/Config.in
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-07 11:46:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-07 11:46:19 -0600
commit3c1ac20ddbe5c1743e0505b9983b00f35f1fcc36 (patch)
tree42813d6b03f8941b30d02a166f512e38527aa2a5 /misc/buildroot/toolchain/kconfig-frontends/Config.in
parent6d5fc053bfffeba6cd2b2b9b133b1828e2f7df12 (diff)
downloadnuttx-3c1ac20ddbe5c1743e0505b9983b00f35f1fcc36.tar.gz
nuttx-3c1ac20ddbe5c1743e0505b9983b00f35f1fcc36.tar.bz2
nuttx-3c1ac20ddbe5c1743e0505b9983b00f35f1fcc36.zip
Add support for the kconfig-frontends tools
Diffstat (limited to 'misc/buildroot/toolchain/kconfig-frontends/Config.in')
-rw-r--r--misc/buildroot/toolchain/kconfig-frontends/Config.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/kconfig-frontends/Config.in b/misc/buildroot/toolchain/kconfig-frontends/Config.in
new file mode 100644
index 000000000..034051cdb
--- /dev/null
+++ b/misc/buildroot/toolchain/kconfig-frontends/Config.in
@@ -0,0 +1,34 @@
+config BR2_PACKAGE_KCONFIG_FRONTENDS
+ bool "Build kconfig-frontends"
+ default y
+ help
+ The kconfig-frontends are required to configure NuttX. See
+ http://ymorin.is-a-geek.org/projects/kconfig-frontends
+
+ NOTE: You must have the ncurses library installed on your computer
+
+if BR2_PACKAGE_KCONFIG_FRONTENDS
+
+config BR2_NCONF_FRONTEND
+ bool "Build nconfig frontend"
+ default n
+ help
+ NOTE: You must have the ncurses library installed on your computer
+
+config BR2_GCONF_FRONTEND
+ bool "Build GTK gconf frontend"
+ default n
+ help
+ NOTE: You must have the QTK developer library installed on your computer
+
+config BR2_QCONF_FRONTEND
+ bool "Build Qt qconfig frontend"
+ default n
+ help
+ NOTE: You must have the QTK developer library installed on your computer
+
+config BR2_KCONFIG_FRONTENDS_VERSION
+ string
+ default "3.12.0.0"
+
+endif # BR2_PACKAGE_KCONFIG_FRONTENDS