Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * include/asm-ppc/serial.h |
| 3 | */ |
| 4 | |
| 5 | #ifdef __KERNEL__ |
| 6 | #ifndef __ASM_SERIAL_H__ |
| 7 | #define __ASM_SERIAL_H__ |
| 8 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
| 10 | #if defined(CONFIG_EV64260) |
| 11 | #include <platforms/ev64260.h> |
| 12 | #elif defined(CONFIG_CHESTNUT) |
| 13 | #include <platforms/chestnut.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #elif defined(CONFIG_POWERPMC250) |
| 15 | #include <platforms/powerpmc250.h> |
| 16 | #elif defined(CONFIG_LOPEC) |
| 17 | #include <platforms/lopec.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | #elif defined(CONFIG_MVME5100) |
| 19 | #include <platforms/mvme5100.h> |
| 20 | #elif defined(CONFIG_PAL4) |
| 21 | #include <platforms/pal4_serial.h> |
| 22 | #elif defined(CONFIG_PRPMC750) |
| 23 | #include <platforms/prpmc750.h> |
| 24 | #elif defined(CONFIG_PRPMC800) |
| 25 | #include <platforms/prpmc800.h> |
| 26 | #elif defined(CONFIG_SANDPOINT) |
| 27 | #include <platforms/sandpoint.h> |
| 28 | #elif defined(CONFIG_SPRUCE) |
| 29 | #include <platforms/spruce.h> |
| 30 | #elif defined(CONFIG_4xx) |
| 31 | #include <asm/ibm4xx.h> |
| 32 | #elif defined(CONFIG_83xx) |
| 33 | #include <asm/mpc83xx.h> |
| 34 | #elif defined(CONFIG_85xx) |
| 35 | #include <asm/mpc85xx.h> |
| 36 | #elif defined(CONFIG_RADSTONE_PPC7D) |
| 37 | #include <platforms/radstone_ppc7d.h> |
| 38 | #else |
| 39 | |
| 40 | /* |
Paul Mackerras | 0a26b13 | 2006-03-28 10:22:10 +1100 | [diff] [blame] | 41 | * XXX Assume it has PC-style ISA serial ports - true for PReP at least. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | */ |
| 43 | #include <asm/pc_serial.h> |
| 44 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | #endif /* !CONFIG_GEMINI and others */ |
| 46 | #endif /* __ASM_SERIAL_H__ */ |
| 47 | #endif /* __KERNEL__ */ |