Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 1 | menu "Platform support" |
| 2 | depends on PPC_83xx |
| 3 | |
| 4 | choice |
| 5 | prompt "Machine Type" |
Kumar Gala | 49baa91 | 2007-02-08 01:11:00 -0600 | [diff] [blame] | 6 | default MPC834x_MDS |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 7 | |
Kim Phillips | b359049 | 2007-02-07 22:19:12 -0600 | [diff] [blame] | 8 | config 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 Phillips | 9020fc9 | 2006-10-02 20:10:30 -0500 | [diff] [blame] | 14 | config 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 Gala | 49baa91 | 2007-02-08 01:11:00 -0600 | [diff] [blame] | 21 | config MPC834x_MDS |
| 22 | bool "Freescale MPC834x MDS" |
Kumar Gala | 7d13d21 | 2006-01-13 11:19:58 -0600 | [diff] [blame] | 23 | select DEFAULT_UIMAGE |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 24 | help |
Kumar Gala | 49baa91 | 2007-02-08 01:11:00 -0600 | [diff] [blame] | 25 | This option enables support for the MPC 834x MDS evaluation board. |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 26 | |
Kumar Gala | 49baa91 | 2007-02-08 01:11:00 -0600 | [diff] [blame] | 27 | Be aware that PCI buses can only function when MDS board is plugged |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 28 | into the PIB (Platform IO Board) board from Freescale which provide |
| 29 | 3 PCI slots. The PIBs PCI initialization is the bootloader's |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 30 | responsibility. |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 31 | |
Kim Phillips | 0028016 | 2006-06-30 18:41:20 -0500 | [diff] [blame] | 32 | config 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 LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 39 | responsibility. |
Kim Phillips | 0028016 | 2006-06-30 18:41:20 -0500 | [diff] [blame] | 40 | |
Kumar Gala | 322d05a | 2007-02-17 10:13:56 -0600 | [diff] [blame^] | 41 | config MPC836x_MDS |
| 42 | bool "Freescale MPC836x MDS" |
Li Yang | f5a37b0 | 2006-10-11 19:04:22 +0800 | [diff] [blame] | 43 | select DEFAULT_UIMAGE |
| 44 | select QUICC_ENGINE |
| 45 | help |
Kumar Gala | 322d05a | 2007-02-17 10:13:56 -0600 | [diff] [blame^] | 46 | This option enables support for the MPC836x MDS Processor Board. |
Li Yang | f5a37b0 | 2006-10-11 19:04:22 +0800 | [diff] [blame] | 47 | |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 48 | endchoice |
| 49 | |
Kim Phillips | b359049 | 2007-02-07 22:19:12 -0600 | [diff] [blame] | 50 | config PPC_MPC831x |
| 51 | bool |
| 52 | select PPC_UDBG_16550 |
| 53 | select PPC_INDIRECT_PCI |
| 54 | default y if MPC8313_RDB |
| 55 | |
Kim Phillips | 9020fc9 | 2006-10-02 20:10:30 -0500 | [diff] [blame] | 56 | config PPC_MPC832x |
| 57 | bool |
| 58 | select PPC_UDBG_16550 |
| 59 | select PPC_INDIRECT_PCI |
| 60 | default y if MPC832x_MDS |
| 61 | |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 62 | config MPC834x |
| 63 | bool |
| 64 | select PPC_UDBG_16550 |
| 65 | select PPC_INDIRECT_PCI |
Kumar Gala | 49baa91 | 2007-02-08 01:11:00 -0600 | [diff] [blame] | 66 | default y if MPC834x_MDS || MPC834x_ITX |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 67 | |
Li Yang | f5a37b0 | 2006-10-11 19:04:22 +0800 | [diff] [blame] | 68 | config PPC_MPC836x |
| 69 | bool |
| 70 | select PPC_UDBG_16550 |
| 71 | select PPC_INDIRECT_PCI |
Kumar Gala | 322d05a | 2007-02-17 10:13:56 -0600 | [diff] [blame^] | 72 | default y if MPC836x_MDS |
Li Yang | f5a37b0 | 2006-10-11 19:04:22 +0800 | [diff] [blame] | 73 | |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 74 | endmenu |