SAMA5: Integrate touchscreen and ADC drivers into the build

This commit is contained in:
Gregory Nutt 2013-10-03 12:49:13 -06:00
parent 2050443d5e
commit 09fe37c5ac

View File

@ -29,7 +29,7 @@ config EXAMPLES_TOUCHSCREEN_DEVPATH
config EXAMPLES_TOUCHSCREEN_NSAMPLES config EXAMPLES_TOUCHSCREEN_NSAMPLES
int "Number of samples" int "Number of samples"
default 0 default 0
depends on NSH_BUILTIN_APPS depends on !NSH_BUILTIN_APPS
---help--- ---help---
If NSH_BUILTIN_APPS is defined, then the number of touchscreen If NSH_BUILTIN_APPS is defined, then the number of touchscreen
samples is provided on the command line and this value is ignored. samples is provided on the command line and this value is ignored.