apps/platform: A new now for platform-specific applicatin code

This commit is contained in:
Gregory Nutt 2013-10-30 09:04:37 -06:00
parent 1d5b786fa2
commit d9f16bba82
2 changed files with 2 additions and 2 deletions

View File

@ -2299,7 +2299,7 @@ menu "Touchscreen configuration"
config SAMA5_TSD
bool "Touchscreen support"
default n
depends on !SAMA5_ADC_HAVE_CHAN || EXPERIMENTAL
# depends on !SAMA5_ADC_HAVE_CHAN || EXPERIMENTAL
select INPUT
---help---
Configure the ADC to support a touchscreen

View File

@ -11,7 +11,7 @@ config BOARD_INITIALIZE
custom initialization logic:
1) <arch>_boardinitialize(): This function is used only for
initialize of very low-level things like configuration of
initialization of very low-level things like configuration of
GPIO pins, power setting. The OS has not been initialized
at this point, so you cannot allocate memory or initialize
device drivers at this phase.