diff options
author | Jens Scharsig | 2010-02-03 22:46:16 +0100 |
---|---|---|
committer | Tom Rix | 2010-02-12 12:31:54 -0600 |
commit | ea8fbba73184a40437bdeccd888cf448d5f1105e (patch) | |
tree | dc0c802fc211dde3a13eed77576e9b72617f4e27 /include/configs/pm9263.h | |
parent | 5d8e359c38d3ab80015e47d0cab792efe75cacf9 (diff) |
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 <js_at_ng@scharsoft.de>
Diffstat (limited to 'include/configs/pm9263.h')
-rw-r--r-- | include/configs/pm9263.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index e55098c5b12..a6fdcaac6f3 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 |