1d8267c1aSKumar Galamenuconfig PPC_83xx
2d8267c1aSKumar Gala	bool "83xx-based boards"
328794d34SBenjamin Herrenschmidt	depends on 6xx
4b38308acSKumar Gala	select PPC_UDBG_16550
5b500563bSJohn Rigby	select PPC_PCI_CHOICE
676fe1ffcSJohn Rigby	select FSL_PCI if PCI
7d8267c1aSKumar Gala	select FSL_SOC
8d8267c1aSKumar Gala	select IPIC
9b38308acSKumar Gala
10d8267c1aSKumar Galaif PPC_83xx
1108264cbcSKumar Gala
12519fd80dSKim Phillipsconfig MPC831x_RDB
13519fd80dSKim Phillips	bool "Freescale MPC831x RDB"
14b359049fSKim Phillips	select DEFAULT_UIMAGE
15b38308acSKumar Gala	select PPC_MPC831x
16b359049fSKim Phillips	help
17846aace3SKim Phillips	  This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
18b359049fSKim Phillips
199020fc96SKim Phillipsconfig MPC832x_MDS
209020fc96SKim Phillips	bool "Freescale MPC832x MDS"
219020fc96SKim Phillips	select DEFAULT_UIMAGE
22b38308acSKumar Gala	select PPC_MPC832x
239020fc96SKim Phillips	help
249020fc96SKim Phillips	  This option enables support for the MPC832x MDS evaluation board.
259020fc96SKim Phillips
2623308c54SMichael Barkowskiconfig MPC832x_RDB
2723308c54SMichael Barkowski	bool "Freescale MPC832x RDB"
2823308c54SMichael Barkowski	select DEFAULT_UIMAGE
29b38308acSKumar Gala	select PPC_MPC832x
3023308c54SMichael Barkowski	help
3123308c54SMichael Barkowski	  This option enables support for the MPC8323 RDB board.
3223308c54SMichael Barkowski
3349baa91dSKumar Galaconfig MPC834x_MDS
3449baa91dSKumar Gala	bool "Freescale MPC834x MDS"
357d13d21aSKumar Gala	select DEFAULT_UIMAGE
36b38308acSKumar Gala	select PPC_MPC834x
3708264cbcSKumar Gala	help
3849baa91dSKumar Gala	  This option enables support for the MPC 834x MDS evaluation board.
3908264cbcSKumar Gala
4049baa91dSKumar Gala	  Be aware that PCI buses can only function when MDS board is plugged
4108264cbcSKumar Gala	  into the PIB (Platform IO Board) board from Freescale which provide
4208264cbcSKumar Gala	  3 PCI slots.  The PIBs PCI initialization is the bootloader's
433cb2fcccSMatt LaPlante	  responsibility.
4408264cbcSKumar Gala
4500280166SKim Phillipsconfig MPC834x_ITX
4600280166SKim Phillips	bool "Freescale MPC834x ITX"
4700280166SKim Phillips	select DEFAULT_UIMAGE
48b38308acSKumar Gala	select PPC_MPC834x
4900280166SKim Phillips	help
5000280166SKim Phillips	  This option enables support for the MPC 834x ITX evaluation board.
5100280166SKim Phillips
5200280166SKim Phillips	  Be aware that PCI initialization is the bootloader's
533cb2fcccSMatt LaPlante	  responsibility.
5400280166SKim Phillips
55322d05a1SKumar Galaconfig MPC836x_MDS
56322d05a1SKumar Gala	bool "Freescale MPC836x MDS"
57f5a37b06SLi Yang	select DEFAULT_UIMAGE
58f5a37b06SLi Yang	help
59322d05a1SKumar Gala	  This option enables support for the MPC836x MDS Processor Board.
60f5a37b06SLi Yang
61b13e9309SAnton Vorontsovconfig MPC836x_RDK
62b13e9309SAnton Vorontsov	bool "Freescale/Logic MPC836x RDK"
63b13e9309SAnton Vorontsov	select DEFAULT_UIMAGE
64b13e9309SAnton Vorontsov	select FSL_GTM
65b13e9309SAnton Vorontsov	select FSL_LBC
66b13e9309SAnton Vorontsov	help
67b13e9309SAnton Vorontsov	  This option enables support for the MPC836x RDK Processor Board,
68b13e9309SAnton Vorontsov	  also known as ZOOM PowerQUICC Kit.
69b13e9309SAnton Vorontsov
70833e31e7SLi Yangconfig MPC837x_MDS
71833e31e7SLi Yang	bool "Freescale MPC837x MDS"
72833e31e7SLi Yang	select DEFAULT_UIMAGE
73b38308acSKumar Gala	select PPC_MPC837x
74833e31e7SLi Yang	help
75833e31e7SLi Yang	  This option enables support for the MPC837x MDS Processor Board.
76a43414ccSPaul Gortmaker
7738f66f90SKim Phillipsconfig MPC837x_RDB
7838f66f90SKim Phillips	bool "Freescale MPC837x RDB"
7938f66f90SKim Phillips	select DEFAULT_UIMAGE
80b38308acSKumar Gala	select PPC_MPC837x
8138f66f90SKim Phillips	help
8238f66f90SKim Phillips	  This option enables support for the MPC837x RDB Board.
8338f66f90SKim Phillips
84a43414ccSPaul Gortmakerconfig SBC834x
85a43414ccSPaul Gortmaker	bool "Wind River SBC834x"
86a43414ccSPaul Gortmaker	select DEFAULT_UIMAGE
87b38308acSKumar Gala	select PPC_MPC834x
88a43414ccSPaul Gortmaker	help
89a43414ccSPaul Gortmaker	  This option enables support for the Wind River SBC834x board.
90a43414ccSPaul Gortmaker
9159d13f9dSBryan O'Donoghueconfig ASP834x
9259d13f9dSBryan O'Donoghue	bool "Analogue & Micro ASP 834x"
9359d13f9dSBryan O'Donoghue	select PPC_MPC834x
9459d13f9dSBryan O'Donoghue	select REDBOOT
9559d13f9dSBryan O'Donoghue	help
9659d13f9dSBryan O'Donoghue	  This enables support for the Analogue & Micro ASP 83xx
9759d13f9dSBryan O'Donoghue	  board.
9859d13f9dSBryan O'Donoghue
99*8159df72SHeiko Schocherconfig KMETER1
100*8159df72SHeiko Schocher	bool "Keymile KMETER1"
101*8159df72SHeiko Schocher	select DEFAULT_UIMAGE
102*8159df72SHeiko Schocher	select QUICC_ENGINE
103*8159df72SHeiko Schocher	help
104*8159df72SHeiko Schocher	  This enables support for the Keymile KMETER1 board.
105*8159df72SHeiko Schocher
10659d13f9dSBryan O'Donoghue
107b38308acSKumar Galaendif
10808264cbcSKumar Gala
109b38308acSKumar Gala# used for usb
110b359049fSKim Phillipsconfig PPC_MPC831x
111b359049fSKim Phillips	bool
112b359049fSKim Phillips
113b38308acSKumar Gala# used for math-emu
1149020fc96SKim Phillipsconfig PPC_MPC832x
1159020fc96SKim Phillips	bool
1169020fc96SKim Phillips
117b38308acSKumar Gala# used for usb
118b38308acSKumar Galaconfig PPC_MPC834x
11908264cbcSKumar Gala	bool
12008264cbcSKumar Gala
121b38308acSKumar Gala# used for usb
122833e31e7SLi Yangconfig PPC_MPC837x
123833e31e7SLi Yang	bool
124