blob: 8fc1b546613dc34e81fa1bcceb9e6c8694de1bed [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * include/asm-ppc/serial.h
3 */
4
5#ifdef __KERNEL__
6#ifndef __ASM_SERIAL_H__
7#define __ASM_SERIAL_H__
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
10#if defined(CONFIG_EV64260)
11#include <platforms/ev64260.h>
12#elif defined(CONFIG_CHESTNUT)
13#include <platforms/chestnut.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#elif defined(CONFIG_POWERPMC250)
15#include <platforms/powerpmc250.h>
16#elif defined(CONFIG_LOPEC)
17#include <platforms/lopec.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#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 Mackerras0a26b132006-03-28 10:22:10 +110041 * XXX Assume it has PC-style ISA serial ports - true for PReP at least.
Linus Torvalds1da177e2005-04-16 15:20:36 -070042 */
43#include <asm/pc_serial.h>
44
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#endif /* !CONFIG_GEMINI and others */
46#endif /* __ASM_SERIAL_H__ */
47#endif /* __KERNEL__ */