• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
1menuconfig FSL_SOC_BOOKE
2	bool "Freescale Book-E Machine Type"
3	depends on PPC_85xx || PPC_BOOK3E
4	select FSL_SOC
5	select PPC_UDBG_16550
6	select MPIC
7	select PPC_PCI_CHOICE
8	select FSL_PCI if PCI
9	select SERIAL_8250_SHARE_IRQ if SERIAL_8250
10	default y
11
12if FSL_SOC_BOOKE
13
14config MPC8540_ADS
15	bool "Freescale MPC8540 ADS"
16	select DEFAULT_UIMAGE
17	help
18	  This option enables support for the MPC 8540 ADS board
19
20config MPC8560_ADS
21	bool "Freescale MPC8560 ADS"
22	select DEFAULT_UIMAGE
23	select CPM2
24	help
25	  This option enables support for the MPC 8560 ADS board
26
27config MPC85xx_CDS
28	bool "Freescale MPC85xx CDS"
29	select DEFAULT_UIMAGE
30	select PPC_I8259
31	help
32	  This option enables support for the MPC85xx CDS board
33
34config MPC85xx_MDS
35	bool "Freescale MPC85xx MDS"
36	select DEFAULT_UIMAGE
37	select PHYLIB
38	select HAS_RAPIDIO
39	select SWIOTLB
40	help
41	  This option enables support for the MPC85xx MDS board
42
43config MPC8536_DS
44	bool "Freescale MPC8536 DS"
45	select DEFAULT_UIMAGE
46	select SWIOTLB
47	help
48	  This option enables support for the MPC8536 DS board
49
50config MPC85xx_DS
51	bool "Freescale MPC85xx DS"
52	select PPC_I8259
53	select DEFAULT_UIMAGE
54	select FSL_ULI1575 if PCI
55	select SWIOTLB
56	help
57	  This option enables support for the MPC85xx DS (MPC8544 DS) board
58
59config MPC85xx_RDB
60	bool "Freescale MPC85xx RDB"
61	select PPC_I8259
62	select DEFAULT_UIMAGE
63	select FSL_ULI1575 if PCI
64	select SWIOTLB
65	help
66	  This option enables support for the MPC85xx RDB (P2020 RDB) board
67
68config P1022_DS
69	bool "Freescale P1022 DS"
70	select DEFAULT_UIMAGE
71	select CONFIG_PHYS_64BIT	# The DTS has 36-bit addresses
72	select SWIOTLB
73	help
74	  This option enables support for the Freescale P1022DS reference board.
75
76config SOCRATES
77	bool "Socrates"
78	select DEFAULT_UIMAGE
79	help
80	  This option enables support for the Socrates board.
81
82config KSI8560
83        bool "Emerson KSI8560"
84        select DEFAULT_UIMAGE
85        help
86          This option enables support for the Emerson KSI8560 board
87
88config XES_MPC85xx
89	bool "X-ES single-board computer"
90	select DEFAULT_UIMAGE
91	help
92	  This option enables support for the various single-board
93	  computers from Extreme Engineering Solutions (X-ES) based on
94	  Freescale MPC85xx processors.
95	  Manufacturer: Extreme Engineering Solutions, Inc.
96	  URL: <http://www.xes-inc.com/>
97
98config STX_GP3
99	bool "Silicon Turnkey Express GP3"
100	help
101	  This option enables support for the Silicon Turnkey Express GP3
102	  board.
103	select CPM2
104	select DEFAULT_UIMAGE
105
106config TQM8540
107	bool "TQ Components TQM8540"
108	help
109	  This option enables support for the TQ Components TQM8540 board.
110	select DEFAULT_UIMAGE
111	select TQM85xx
112
113config TQM8541
114	bool "TQ Components TQM8541"
115	help
116	  This option enables support for the TQ Components TQM8541 board.
117	select DEFAULT_UIMAGE
118	select TQM85xx
119	select CPM2
120
121config TQM8548
122	bool "TQ Components TQM8548"
123	help
124	  This option enables support for the TQ Components TQM8548 board.
125	select DEFAULT_UIMAGE
126	select TQM85xx
127
128config TQM8555
129	bool "TQ Components TQM8555"
130	help
131	  This option enables support for the TQ Components TQM8555 board.
132	select DEFAULT_UIMAGE
133	select TQM85xx
134	select CPM2
135
136config TQM8560
137	bool "TQ Components TQM8560"
138	help
139	  This option enables support for the TQ Components TQM8560 board.
140	select DEFAULT_UIMAGE
141	select TQM85xx
142	select CPM2
143
144config SBC8548
145	bool "Wind River SBC8548"
146	select DEFAULT_UIMAGE
147	help
148	  This option enables support for the Wind River SBC8548 board
149
150config SBC8560
151	bool "Wind River SBC8560"
152	select DEFAULT_UIMAGE
153	help
154	  This option enables support for the Wind River SBC8560 board
155
156config P4080_DS
157	bool "Freescale P4080 DS"
158	select DEFAULT_UIMAGE
159	select PPC_FSL_BOOK3E
160	select PPC_E500MC
161	select PHYS_64BIT
162	select SWIOTLB
163	select MPC8xxx_GPIO
164	select HAS_RAPIDIO
165	help
166	  This option enables support for the P4080 DS board
167
168endif # FSL_SOC_BOOKE
169
170config TQM85xx
171	bool
172