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