blob: 1aea1e69ff31c3ac562326d4a4e4900afa1d1a8c [file] [log] [blame]
Kumar Gala08264cb2006-01-10 21:43:56 -06001menu "Platform support"
2 depends on PPC_83xx
3
4choice
5 prompt "Machine Type"
Kumar Gala49baa912007-02-08 01:11:00 -06006 default MPC834x_MDS
Kumar Gala08264cb2006-01-10 21:43:56 -06007
Kim Phillipsb3590492007-02-07 22:19:12 -06008config MPC8313_RDB
9 bool "Freescale MPC8313 RDB"
10 select DEFAULT_UIMAGE
11 help
12 This option enables support for the MPC8313 RDB board.
13
Kim Phillips9020fc92006-10-02 20:10:30 -050014config MPC832x_MDS
15 bool "Freescale MPC832x MDS"
16 select DEFAULT_UIMAGE
17 select QUICC_ENGINE
18 help
19 This option enables support for the MPC832x MDS evaluation board.
20
Kumar Gala49baa912007-02-08 01:11:00 -060021config MPC834x_MDS
22 bool "Freescale MPC834x MDS"
Kumar Gala7d13d212006-01-13 11:19:58 -060023 select DEFAULT_UIMAGE
Kumar Gala08264cb2006-01-10 21:43:56 -060024 help
Kumar Gala49baa912007-02-08 01:11:00 -060025 This option enables support for the MPC 834x MDS evaluation board.
Kumar Gala08264cb2006-01-10 21:43:56 -060026
Kumar Gala49baa912007-02-08 01:11:00 -060027 Be aware that PCI buses can only function when MDS board is plugged
Kumar Gala08264cb2006-01-10 21:43:56 -060028 into the PIB (Platform IO Board) board from Freescale which provide
29 3 PCI slots. The PIBs PCI initialization is the bootloader's
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +010030 responsibility.
Kumar Gala08264cb2006-01-10 21:43:56 -060031
Kim Phillips00280162006-06-30 18:41:20 -050032config MPC834x_ITX
33 bool "Freescale MPC834x ITX"
34 select DEFAULT_UIMAGE
35 help
36 This option enables support for the MPC 834x ITX evaluation board.
37
38 Be aware that PCI initialization is the bootloader's
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +010039 responsibility.
Kim Phillips00280162006-06-30 18:41:20 -050040
Li Yangf5a37b02006-10-11 19:04:22 +080041config MPC8360E_PB
42 bool "Freescale MPC8360E PB"
43 select DEFAULT_UIMAGE
44 select QUICC_ENGINE
45 help
46 This option enables support for the MPC836x EMDS Processor Board.
47
Kumar Gala08264cb2006-01-10 21:43:56 -060048endchoice
49
Kim Phillipsb3590492007-02-07 22:19:12 -060050config PPC_MPC831x
51 bool
52 select PPC_UDBG_16550
53 select PPC_INDIRECT_PCI
54 default y if MPC8313_RDB
55
Kim Phillips9020fc92006-10-02 20:10:30 -050056config PPC_MPC832x
57 bool
58 select PPC_UDBG_16550
59 select PPC_INDIRECT_PCI
60 default y if MPC832x_MDS
61
Kumar Gala08264cb2006-01-10 21:43:56 -060062config MPC834x
63 bool
64 select PPC_UDBG_16550
65 select PPC_INDIRECT_PCI
Kumar Gala49baa912007-02-08 01:11:00 -060066 default y if MPC834x_MDS || MPC834x_ITX
Kumar Gala08264cb2006-01-10 21:43:56 -060067
Li Yangf5a37b02006-10-11 19:04:22 +080068config PPC_MPC836x
69 bool
70 select PPC_UDBG_16550
71 select PPC_INDIRECT_PCI
72 default y if MPC8360E_PB
73
Kumar Gala08264cb2006-01-10 21:43:56 -060074endmenu