SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-related files

This commit is contained in:
Gregory Nutt
2014-03-23 15:48:10 -06:00
parent 1b0e1aee04
commit 2ba8224cdc
26 changed files with 73 additions and 73 deletions
+2 -2
View File
@@ -69,8 +69,8 @@
****************************************************************************/
/* Configuration ************************************************************/
#ifndef CONFIG_GPIOC_IRQ
# error "Touchscreen support requires CONFIG_GPIOC_IRQ"
#ifndef CONFIG_SAM34_GPIOC_IRQ
# error "Touchscreen support requires CONFIG_SAM34_GPIOC_IRQ"
#endif
#ifndef CONFIG_ADS7843E_FREQUENCY