summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-03 12:49:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-03 12:49:13 -0600
commit308fadd3efa6bb4ddcf5ac2d7b72190dfa3df9fa (patch)
tree3fce83a794f7fb8bdcff91317dc188deecf92b4e /apps/examples
parentbb0f68b35e46c33271f9e011959ae96f1dbbf8f1 (diff)
downloadnuttx-308fadd3efa6bb4ddcf5ac2d7b72190dfa3df9fa.tar.gz
nuttx-308fadd3efa6bb4ddcf5ac2d7b72190dfa3df9fa.tar.bz2
nuttx-308fadd3efa6bb4ddcf5ac2d7b72190dfa3df9fa.zip
SAMA5: Integrate touchscreen and ADC drivers into the build
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/touchscreen/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/touchscreen/Kconfig b/apps/examples/touchscreen/Kconfig
index 15f149e29..f493ea893 100644
--- a/apps/examples/touchscreen/Kconfig
+++ b/apps/examples/touchscreen/Kconfig
@@ -29,7 +29,7 @@ config EXAMPLES_TOUCHSCREEN_DEVPATH
config EXAMPLES_TOUCHSCREEN_NSAMPLES
int "Number of samples"
default 0
- depends on NSH_BUILTIN_APPS
+ depends on !NSH_BUILTIN_APPS
---help---
If NSH_BUILTIN_APPS is defined, then the number of touchscreen
samples is provided on the command line and this value is ignored.