diff options
author | Jens Scharsig <js_at_ng@scharsoft.de> | 2010-02-03 22:46:16 +0100 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-02-12 12:31:54 -0600 |
commit | ea8fbba73184a40437bdeccd888cf448d5f1105e (patch) | |
tree | dc0c802fc211dde3a13eed77576e9b72617f4e27 /include/configs/at91sam9m10g45ek.h | |
parent | 5d8e359c38d3ab80015e47d0cab792efe75cacf9 (diff) | |
download | u-boot-ea8fbba73184a40437bdeccd888cf448d5f1105e.tar.gz |
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/at91sam9m10g45ek.h')
-rw-r--r-- | include/configs/at91sam9m10g45ek.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index 50b118fa04..ce21831bbf 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -52,6 +52,7 @@ /* * Hardware drivers */ +#define CONFIG_AT91_GPIO 1 #define CONFIG_ATMEL_USART 1 #undef CONFIG_USART0 #undef CONFIG_USART1 |