summaryrefslogtreecommitdiff
path: root/apps/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 22:04:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 22:04:51 +0000
commit98a7ce4560f7698e748e7e5461b9b26e4b45370d (patch)
tree494141ff73cb23e5f14ead9d76629034e8683519 /apps/Kconfig
parent367c0f77ee3e82d47676931a8eea0c96de6f57a7 (diff)
downloadnuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.tar.gz
nuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.tar.bz2
nuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.zip
Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested).
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3
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 1f38c58ba..5543ba72d 100644
--- a/apps/Kconfig
+++ b/apps/Kconfig
@@ -27,6 +27,10 @@ menu "NSH Library"
source "$APPSDIR/nshlib/Kconfig"
endmenu
+menu "NxWidgets/NxWM"
+source "$APPSDIR/NxWidgets/Kconfig"
+endmenu
+
menu "System NSH Add-Ons"
source "$APPSDIR/system/Kconfig"
endmenu