blob: ba28882a3914232c56626568f011bfcc06a2e013 [file] [log] [blame]
Kumar Gala08264cb2006-01-10 21:43:56 -06001choice
Arnd Bergmannb9fd3052007-06-18 01:06:52 +02002 prompt "83xx Board Type"
Kumar Galab5a48342007-04-12 15:46:21 -05003 depends on PPC_83xx
Kumar Gala49baa912007-02-08 01:11:00 -06004 default MPC834x_MDS
Kumar Gala08264cb2006-01-10 21:43:56 -06005
Kim Phillips519fd802008-01-24 20:45:51 -06006config MPC831x_RDB
7 bool "Freescale MPC831x RDB"
Kim Phillipsb3590492007-02-07 22:19:12 -06008 select DEFAULT_UIMAGE
9 help
Kim Phillips846aace2008-01-24 20:46:00 -060010 This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
Kim Phillipsb3590492007-02-07 22:19:12 -060011
Kim Phillips9020fc92006-10-02 20:10:30 -050012config MPC832x_MDS
13 bool "Freescale MPC832x MDS"
14 select DEFAULT_UIMAGE
15 select QUICC_ENGINE
16 help
17 This option enables support for the MPC832x MDS evaluation board.
18
Michael Barkowski23308c52007-03-19 09:15:28 -050019config MPC832x_RDB
20 bool "Freescale MPC832x RDB"
21 select DEFAULT_UIMAGE
22 select QUICC_ENGINE
23 help
24 This option enables support for the MPC8323 RDB board.
25
Kumar Gala49baa912007-02-08 01:11:00 -060026config MPC834x_MDS
27 bool "Freescale MPC834x MDS"
Kumar Gala7d13d212006-01-13 11:19:58 -060028 select DEFAULT_UIMAGE
Kumar Gala08264cb2006-01-10 21:43:56 -060029 help
Kumar Gala49baa912007-02-08 01:11:00 -060030 This option enables support for the MPC 834x MDS evaluation board.
Kumar Gala08264cb2006-01-10 21:43:56 -060031
Kumar Gala49baa912007-02-08 01:11:00 -060032 Be aware that PCI buses can only function when MDS board is plugged
Kumar Gala08264cb2006-01-10 21:43:56 -060033 into the PIB (Platform IO Board) board from Freescale which provide
34 3 PCI slots. The PIBs PCI initialization is the bootloader's
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +010035 responsibility.
Kumar Gala08264cb2006-01-10 21:43:56 -060036
Kim Phillips00280162006-06-30 18:41:20 -050037config MPC834x_ITX
38 bool "Freescale MPC834x ITX"
39 select DEFAULT_UIMAGE
40 help
41 This option enables support for the MPC 834x ITX evaluation board.
42
43 Be aware that PCI initialization is the bootloader's
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +010044 responsibility.
Kim Phillips00280162006-06-30 18:41:20 -050045
Kumar Gala322d05a2007-02-17 10:13:56 -060046config MPC836x_MDS
47 bool "Freescale MPC836x MDS"
Li Yangf5a37b02006-10-11 19:04:22 +080048 select DEFAULT_UIMAGE
49 select QUICC_ENGINE
50 help
Kumar Gala322d05a2007-02-17 10:13:56 -060051 This option enables support for the MPC836x MDS Processor Board.
Li Yangf5a37b02006-10-11 19:04:22 +080052
Li Yang833e31e2007-10-19 19:38:45 +080053config MPC837x_MDS
54 bool "Freescale MPC837x MDS"
55 select DEFAULT_UIMAGE
56 help
57 This option enables support for the MPC837x MDS Processor Board.
Paul Gortmakera43414c2008-01-24 18:41:30 -050058
Kim Phillips38f66f92008-01-24 20:47:11 -060059config MPC837x_RDB
60 bool "Freescale MPC837x RDB"
61 select DEFAULT_UIMAGE
62 help
63 This option enables support for the MPC837x RDB Board.
64
Paul Gortmakera43414c2008-01-24 18:41:30 -050065config SBC834x
66 bool "Wind River SBC834x"
67 select DEFAULT_UIMAGE
68 help
69 This option enables support for the Wind River SBC834x board.
70
Kumar Gala08264cb2006-01-10 21:43:56 -060071endchoice
72
Kim Phillipsb3590492007-02-07 22:19:12 -060073config PPC_MPC831x
74 bool
75 select PPC_UDBG_16550
76 select PPC_INDIRECT_PCI
Kim Phillips519fd802008-01-24 20:45:51 -060077 default y if MPC831x_RDB
Kim Phillipsb3590492007-02-07 22:19:12 -060078
Kim Phillips9020fc92006-10-02 20:10:30 -050079config PPC_MPC832x
80 bool
81 select PPC_UDBG_16550
82 select PPC_INDIRECT_PCI
Michael Barkowski23308c52007-03-19 09:15:28 -050083 default y if MPC832x_MDS || MPC832x_RDB
Kim Phillips9020fc92006-10-02 20:10:30 -050084
Kumar Gala08264cb2006-01-10 21:43:56 -060085config MPC834x
86 bool
87 select PPC_UDBG_16550
88 select PPC_INDIRECT_PCI
Paul Gortmakera43414c2008-01-24 18:41:30 -050089 default y if MPC834x_MDS || MPC834x_ITX || SBC834x
Kumar Gala08264cb2006-01-10 21:43:56 -060090
Li Yangf5a37b02006-10-11 19:04:22 +080091config PPC_MPC836x
92 bool
93 select PPC_UDBG_16550
94 select PPC_INDIRECT_PCI
Kumar Gala322d05a2007-02-17 10:13:56 -060095 default y if MPC836x_MDS
Li Yang833e31e2007-10-19 19:38:45 +080096
97config PPC_MPC837x
98 bool
99 select PPC_UDBG_16550
100 select PPC_INDIRECT_PCI
Kim Phillips38f66f92008-01-24 20:47:11 -0600101 default y if MPC837x_MDS || MPC837x_RDB