diff options
author | Vitaly Bordug <vbordug@ru.mvista.com> | 2007-01-24 22:42:10 +0300 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-07 14:03:17 +1100 |
commit | 29f1530f1958dc74f021186c9f31ed66a0c7b8ad (patch) | |
tree | 15f60316419135f1e05b0dc03b6b0fd7c7f50a5d /include | |
parent | df34403dcaacef541a67c955aebc37c51f53ca7c (diff) | |
download | linux-stable-29f1530f1958dc74f021186c9f31ed66a0c7b8ad.tar.gz linux-stable-29f1530f1958dc74f021186c9f31ed66a0c7b8ad.tar.bz2 linux-stable-29f1530f1958dc74f021186c9f31ed66a0c7b8ad.zip |
[POWERPC] Add mpc866ads board-specific bits to arch/powerpc
This add support of the Freescale mpc86xads reference board to
arch/powerpc. Supported SMC1 and SMC2 (UART and serial console), FEC
100Mbps Ethernet, SCC1 Ethernet (10Mbps hdx)
Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/mpc8xx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-powerpc/mpc8xx.h b/include/asm-powerpc/mpc8xx.h index e05ba6b1b000..580371120e1a 100644 --- a/include/asm-powerpc/mpc8xx.h +++ b/include/asm-powerpc/mpc8xx.h @@ -15,6 +15,10 @@ #include <platforms/fads.h> #endif +#if defined(CONFIG_MPC86XADS) +#include <platforms/8xx/mpc86xads.h> +#endif + #if defined(CONFIG_MPC885ADS) #include <platforms/8xx/mpc885ads.h> #endif |