summaryrefslogtreecommitdiff
path: root/apps/examples/touchscreen
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-02 10:33:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-02 10:33:57 -0600
commit872bef7d41462d36b81ddc8de82a2cde18eaf096 (patch)
treedcc012bbbf92ca5ffa9cf99208d17e6b7eb5fa59 /apps/examples/touchscreen
parentb81b86e1f8c8a4aa0e3d85df8148152268f74260 (diff)
downloadnuttx-872bef7d41462d36b81ddc8de82a2cde18eaf096.tar.gz
nuttx-872bef7d41462d36b81ddc8de82a2cde18eaf096.tar.bz2
nuttx-872bef7d41462d36b81ddc8de82a2cde18eaf096.zip
Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
Diffstat (limited to 'apps/examples/touchscreen')
-rw-r--r--apps/examples/touchscreen/Kconfig13
1 files changed, 2 insertions, 11 deletions
diff --git a/apps/examples/touchscreen/Kconfig b/apps/examples/touchscreen/Kconfig
index 2f40b3d65..15f149e29 100644
--- a/apps/examples/touchscreen/Kconfig
+++ b/apps/examples/touchscreen/Kconfig
@@ -11,15 +11,6 @@ config EXAMPLES_TOUCHSCREEN
if EXAMPLES_TOUCHSCREEN
-config EXAMPLES_TOUCHSCREEN_BUILTIN
- bool "NSH built-in application"
- default y
- depends on NSH_BUILTIN_APPS
- ---help---
- Build the touchscreen test as an NSH built-in function. Default:
- Built as a standalone problem unless NSH_BUILTIN_APPS is defined.
- Then the default is to build as an NSH built-in application.
-
config EXAMPLES_TOUCHSCREEN_MINOR
int "Touchscreen minor device number"
default 0
@@ -38,9 +29,9 @@ config EXAMPLES_TOUCHSCREEN_DEVPATH
config EXAMPLES_TOUCHSCREEN_NSAMPLES
int "Number of samples"
default 0
- depends on !EXAMPLES_TOUCHSCREEN_BUILTIN
+ depends on NSH_BUILTIN_APPS
---help---
- If EXAMPLES_TOUCHSCREEN_BUILTIN is defined, then the number of
+ If NSH_BUILTIN_APPS is defined, then the number of touchscreen
samples is provided on the command line and this value is ignored.
Otherwise, this number of samples is collected and the program
terminates. Default: Zero (Samples are collected indefinitely).