Skip to content
Snippets Groups Projects
Commit d9f16bba authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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

parent 1d5b786f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment