Kumar Gala | d8267c1 | 2008-06-27 11:26:26 -0500 | [diff] [blame] | 1 | menuconfig PPC_83xx |
2 | bool "83xx-based boards" | ||||
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 3 | depends on 6xx |
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 4 | select PPC_UDBG_16550 |
John Rigby | b500563 | 2008-06-26 11:07:56 -0600 | [diff] [blame] | 5 | select PPC_PCI_CHOICE |
John Rigby | 76fe1ff | 2008-06-26 11:07:57 -0600 | [diff] [blame] | 6 | select FSL_PCI if PCI |
Kumar Gala | d8267c1 | 2008-06-27 11:26:26 -0500 | [diff] [blame] | 7 | select FSL_SOC |
8 | select IPIC | ||||
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 9 | |
Kumar Gala | d8267c1 | 2008-06-27 11:26:26 -0500 | [diff] [blame] | 10 | if PPC_83xx |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 11 | |
Kim Phillips | 519fd80 | 2008-01-24 20:45:51 -0600 | [diff] [blame] | 12 | config MPC831x_RDB |
13 | bool "Freescale MPC831x RDB" | ||||
Kim Phillips | b359049 | 2007-02-07 22:19:12 -0600 | [diff] [blame] | 14 | select DEFAULT_UIMAGE |
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 15 | select PPC_MPC831x |
Kim Phillips | b359049 | 2007-02-07 22:19:12 -0600 | [diff] [blame] | 16 | help |
Kim Phillips | 846aace | 2008-01-24 20:46:00 -0600 | [diff] [blame] | 17 | This option enables support for the MPC8313 RDB and MPC8315 RDB boards. |
Kim Phillips | b359049 | 2007-02-07 22:19:12 -0600 | [diff] [blame] | 18 | |
Kim Phillips | 9020fc9 | 2006-10-02 20:10:30 -0500 | [diff] [blame] | 19 | config MPC832x_MDS |
20 | bool "Freescale MPC832x MDS" | ||||
21 | select DEFAULT_UIMAGE | ||||
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 22 | select PPC_MPC832x |
Kim Phillips | 9020fc9 | 2006-10-02 20:10:30 -0500 | [diff] [blame] | 23 | help |
24 | This option enables support for the MPC832x MDS evaluation board. | ||||
25 | |||||
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 26 | config MPC832x_RDB |
27 | bool "Freescale MPC832x RDB" | ||||
28 | select DEFAULT_UIMAGE | ||||
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 29 | select PPC_MPC832x |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 30 | help |
31 | This option enables support for the MPC8323 RDB board. | ||||
32 | |||||
Kumar Gala | 49baa91 | 2007-02-08 01:11:00 -0600 | [diff] [blame] | 33 | config MPC834x_MDS |
34 | bool "Freescale MPC834x MDS" | ||||
Kumar Gala | 7d13d21 | 2006-01-13 11:19:58 -0600 | [diff] [blame] | 35 | select DEFAULT_UIMAGE |
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 36 | select PPC_MPC834x |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 37 | help |
Kumar Gala | 49baa91 | 2007-02-08 01:11:00 -0600 | [diff] [blame] | 38 | This option enables support for the MPC 834x MDS evaluation board. |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 39 | |
Kumar Gala | 49baa91 | 2007-02-08 01:11:00 -0600 | [diff] [blame] | 40 | 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] | 41 | into the PIB (Platform IO Board) board from Freescale which provide |
42 | 3 PCI slots. The PIBs PCI initialization is the bootloader's | ||||
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 43 | responsibility. |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 44 | |
Kim Phillips | 0028016 | 2006-06-30 18:41:20 -0500 | [diff] [blame] | 45 | config MPC834x_ITX |
46 | bool "Freescale MPC834x ITX" | ||||
47 | select DEFAULT_UIMAGE | ||||
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 48 | select PPC_MPC834x |
Kim Phillips | 0028016 | 2006-06-30 18:41:20 -0500 | [diff] [blame] | 49 | help |
50 | This option enables support for the MPC 834x ITX evaluation board. | ||||
51 | |||||
52 | Be aware that PCI initialization is the bootloader's | ||||
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 53 | responsibility. |
Kim Phillips | 0028016 | 2006-06-30 18:41:20 -0500 | [diff] [blame] | 54 | |
Kumar Gala | 322d05a | 2007-02-17 10:13:56 -0600 | [diff] [blame] | 55 | config MPC836x_MDS |
56 | bool "Freescale MPC836x MDS" | ||||
Li Yang | f5a37b0 | 2006-10-11 19:04:22 +0800 | [diff] [blame] | 57 | select DEFAULT_UIMAGE |
Li Yang | f5a37b0 | 2006-10-11 19:04:22 +0800 | [diff] [blame] | 58 | help |
Kumar Gala | 322d05a | 2007-02-17 10:13:56 -0600 | [diff] [blame] | 59 | This option enables support for the MPC836x MDS Processor Board. |
Li Yang | f5a37b0 | 2006-10-11 19:04:22 +0800 | [diff] [blame] | 60 | |
Anton Vorontsov | b13e930 | 2008-05-23 20:39:01 +0400 | [diff] [blame] | 61 | config MPC836x_RDK |
62 | bool "Freescale/Logic MPC836x RDK" | ||||
63 | select DEFAULT_UIMAGE | ||||
Anton Vorontsov | b13e930 | 2008-05-23 20:39:01 +0400 | [diff] [blame] | 64 | select FSL_GTM |
65 | select FSL_LBC | ||||
66 | help | ||||
67 | This option enables support for the MPC836x RDK Processor Board, | ||||
68 | also known as ZOOM PowerQUICC Kit. | ||||
69 | |||||
Li Yang | 833e31e | 2007-10-19 19:38:45 +0800 | [diff] [blame] | 70 | config MPC837x_MDS |
71 | bool "Freescale MPC837x MDS" | ||||
72 | select DEFAULT_UIMAGE | ||||
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 73 | select PPC_MPC837x |
Li Yang | 833e31e | 2007-10-19 19:38:45 +0800 | [diff] [blame] | 74 | help |
75 | This option enables support for the MPC837x MDS Processor Board. | ||||
Paul Gortmaker | a43414c | 2008-01-24 18:41:30 -0500 | [diff] [blame] | 76 | |
Kim Phillips | 38f66f9 | 2008-01-24 20:47:11 -0600 | [diff] [blame] | 77 | config MPC837x_RDB |
Anton Vorontsov | fda4bd9 | 2009-07-25 01:42:17 +0400 | [diff] [blame] | 78 | bool "Freescale MPC837x RDB/WLAN" |
Kim Phillips | 38f66f9 | 2008-01-24 20:47:11 -0600 | [diff] [blame] | 79 | select DEFAULT_UIMAGE |
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 80 | select PPC_MPC837x |
Kim Phillips | 38f66f9 | 2008-01-24 20:47:11 -0600 | [diff] [blame] | 81 | help |
Anton Vorontsov | fda4bd9 | 2009-07-25 01:42:17 +0400 | [diff] [blame] | 82 | This option enables support for the MPC837x RDB and WLAN Boards. |
Kim Phillips | 38f66f9 | 2008-01-24 20:47:11 -0600 | [diff] [blame] | 83 | |
Paul Gortmaker | a43414c | 2008-01-24 18:41:30 -0500 | [diff] [blame] | 84 | config SBC834x |
85 | bool "Wind River SBC834x" | ||||
86 | select DEFAULT_UIMAGE | ||||
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 87 | select PPC_MPC834x |
Paul Gortmaker | a43414c | 2008-01-24 18:41:30 -0500 | [diff] [blame] | 88 | help |
89 | This option enables support for the Wind River SBC834x board. | ||||
90 | |||||
Bryan O'Donoghue | 59d13f9 | 2008-05-08 13:47:00 +0100 | [diff] [blame] | 91 | config ASP834x |
92 | bool "Analogue & Micro ASP 834x" | ||||
93 | select PPC_MPC834x | ||||
94 | select REDBOOT | ||||
95 | help | ||||
96 | This enables support for the Analogue & Micro ASP 83xx | ||||
97 | board. | ||||
98 | |||||
Heiko Schocher | 8159df7 | 2009-06-15 09:38:18 +0200 | [diff] [blame] | 99 | config KMETER1 |
100 | bool "Keymile KMETER1" | ||||
101 | select DEFAULT_UIMAGE | ||||
102 | select QUICC_ENGINE | ||||
103 | help | ||||
104 | This enables support for the Keymile KMETER1 board. | ||||
105 | |||||
Bryan O'Donoghue | 59d13f9 | 2008-05-08 13:47:00 +0100 | [diff] [blame] | 106 | |
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 107 | endif |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 108 | |
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 109 | # used for usb |
Kim Phillips | b359049 | 2007-02-07 22:19:12 -0600 | [diff] [blame] | 110 | config PPC_MPC831x |
111 | bool | ||||
Kim Phillips | b359049 | 2007-02-07 22:19:12 -0600 | [diff] [blame] | 112 | |
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 113 | # used for math-emu |
Kim Phillips | 9020fc9 | 2006-10-02 20:10:30 -0500 | [diff] [blame] | 114 | config PPC_MPC832x |
115 | bool | ||||
Kim Phillips | 9020fc9 | 2006-10-02 20:10:30 -0500 | [diff] [blame] | 116 | |
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 117 | # used for usb |
118 | config PPC_MPC834x | ||||
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 119 | bool |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame] | 120 | |
Kumar Gala | b38308a | 2008-01-28 10:52:15 -0600 | [diff] [blame] | 121 | # used for usb |
Li Yang | 833e31e | 2007-10-19 19:38:45 +0800 | [diff] [blame] | 122 | config PPC_MPC837x |
123 | bool |