summaryrefslogtreecommitdiff
path: root/apps/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-30 09:04:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-30 09:04:37 -0600
commit2cef539be7d1ed0e21d6fd1d3134a2eb1518019a (patch)
treebe37e136292842fd8f8ba23daf979930f7abcf76 /apps/Kconfig
parent356deb76216e0226ec205833975e6097cdf458ae (diff)
downloadnuttx-2cef539be7d1ed0e21d6fd1d3134a2eb1518019a.tar.gz
nuttx-2cef539be7d1ed0e21d6fd1d3134a2eb1518019a.tar.bz2
nuttx-2cef539be7d1ed0e21d6fd1d3134a2eb1518019a.zip
apps/platform: A new now for platform-specific applicatin code
Diffstat (limited to 'apps/Kconfig')
-rw-r--r--apps/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/Kconfig b/apps/Kconfig
index e4d179210..606cf8146 100644
--- a/apps/Kconfig
+++ b/apps/Kconfig
@@ -35,6 +35,10 @@ menu "NxWidgets/NxWM"
source "$APPSDIR/NxWidgets/Kconfig"
endmenu
+menu "Platform-specific Support"
+source "$APPSDIR/platform/Kconfig"
+endmenu
+
menu "System NSH Add-Ons"
source "$APPSDIR/system/Kconfig"
endmenu