From 2cef539be7d1ed0e21d6fd1d3134a2eb1518019a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Oct 2013 09:04:37 -0600 Subject: apps/platform: A new now for platform-specific applicatin code --- apps/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/Kconfig') 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 -- cgit v1.2.3