From ea8fbba73184a40437bdeccd888cf448d5f1105e Mon Sep 17 00:00:00 2001 From: Jens Scharsig Date: Wed, 3 Feb 2010 22:46:16 +0100 Subject: add a new AT91 GPIO driver * add a real AT91 GPIO driver instead of header inline code * resolve the mixing of port and pins * change board config files to use new driver * add macros to gpio to realize backward compatibility Signed-off-by: Jens Scharsig --- include/configs/pm9263.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/pm9263.h') diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index e55098c..a6fdcaa 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -173,6 +173,7 @@ /* * Hardware drivers */ +#define CONFIG_AT91_GPIO 1 #define CONFIG_ATMEL_USART 1 #undef CONFIG_USART0 #undef CONFIG_USART1 -- cgit v1.1