Kumar Gala | d8267c1 | 2008-06-27 11:26:26 -0500 | [diff] [blame] | 1 | menuconfig PPC_82xx |
| 2 | bool "82xx-based boards (PQ II)" |
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 3 | depends on 6xx |
Kumar Gala | d8267c1 | 2008-06-27 11:26:26 -0500 | [diff] [blame] | 4 | |
| 5 | if PPC_82xx |
Vitaly Bordug | 91bd610 | 2006-10-02 22:45:17 +0400 | [diff] [blame] | 6 | |
Scott Wood | d1df447 | 2007-07-26 13:51:42 -0500 | [diff] [blame] | 7 | config MPC8272_ADS |
| 8 | bool "Freescale MPC8272 ADS" |
Kumar Gala | d6071f8 | 2007-04-12 16:53:32 -0500 | [diff] [blame] | 9 | select DEFAULT_UIMAGE |
| 10 | select PQ2ADS |
| 11 | select 8272 |
| 12 | select 8260 |
| 13 | select FSL_SOC |
Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 14 | select PQ2_ADS_PCI_PIC if PCI |
Kumar Gala | d6071f8 | 2007-04-12 16:53:32 -0500 | [diff] [blame] | 15 | help |
Scott Wood | d1df447 | 2007-07-26 13:51:42 -0500 | [diff] [blame] | 16 | This option enables support for the MPC8272 ADS board |
Vitaly Bordug | 91bd610 | 2006-10-02 22:45:17 +0400 | [diff] [blame] | 17 | |
Scott Wood | 3611f2a | 2007-09-05 14:00:54 -0500 | [diff] [blame] | 18 | config PQ2FADS |
| 19 | bool "Freescale PQ2FADS" |
| 20 | select DEFAULT_UIMAGE |
| 21 | select PQ2ADS |
| 22 | select 8260 |
| 23 | select FSL_SOC |
| 24 | select PQ2_ADS_PCI_PIC if PCI |
Scott Wood | 3611f2a | 2007-09-05 14:00:54 -0500 | [diff] [blame] | 25 | help |
| 26 | This option enables support for the PQ2FADS board |
| 27 | |
Scott Wood | 0dde1a1 | 2008-01-17 16:32:05 -0600 | [diff] [blame] | 28 | config EP8248E |
| 29 | bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)" |
| 30 | select 8272 |
| 31 | select 8260 |
| 32 | select FSL_SOC |
Andrey Smirnov | 49bf927 | 2016-07-25 21:30:10 -0700 | [diff] [blame] | 33 | select PHYLIB if NETDEVICES |
| 34 | select MDIO_BITBANG if PHYLIB |
Scott Wood | 0dde1a1 | 2008-01-17 16:32:05 -0600 | [diff] [blame] | 35 | help |
| 36 | This enables support for the Embedded Planet EP8248E board. |
| 37 | |
| 38 | This board is also resold by Freescale as the QUICCStart |
| 39 | MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE. |
| 40 | |
Heiko Schocher | 6371663 | 2008-06-18 10:38:32 +0200 | [diff] [blame] | 41 | config MGCOGE |
| 42 | bool "Keymile MGCOGE" |
| 43 | select 8272 |
| 44 | select 8260 |
| 45 | select FSL_SOC |
| 46 | help |
| 47 | This enables support for the Keymile MGCOGE board. |
| 48 | |
Kumar Gala | d8267c1 | 2008-06-27 11:26:26 -0500 | [diff] [blame] | 49 | endif |
Vitaly Bordug | 91bd610 | 2006-10-02 22:45:17 +0400 | [diff] [blame] | 50 | |
Kumar Gala | fd42c71 | 2007-03-16 08:46:55 -0500 | [diff] [blame] | 51 | config PQ2ADS |
| 52 | bool |
Kumar Gala | d6071f8 | 2007-04-12 16:53:32 -0500 | [diff] [blame] | 53 | default n |
Kumar Gala | fd42c71 | 2007-03-16 08:46:55 -0500 | [diff] [blame] | 54 | |
| 55 | config 8260 |
Kumar Gala | d6071f8 | 2007-04-12 16:53:32 -0500 | [diff] [blame] | 56 | bool |
Kumar Gala | fd42c71 | 2007-03-16 08:46:55 -0500 | [diff] [blame] | 57 | depends on 6xx |
Kumar Gala | d6071f8 | 2007-04-12 16:53:32 -0500 | [diff] [blame] | 58 | select CPM2 |
Kumar Gala | fd42c71 | 2007-03-16 08:46:55 -0500 | [diff] [blame] | 59 | help |
Kumar Gala | d6071f8 | 2007-04-12 16:53:32 -0500 | [diff] [blame] | 60 | The MPC8260 is a typical embedded CPU made by Freescale. Selecting |
Kumar Gala | fd42c71 | 2007-03-16 08:46:55 -0500 | [diff] [blame] | 61 | this option means that you wish to build a kernel for a machine with |
| 62 | an 8260 class CPU. |
| 63 | |
| 64 | config 8272 |
| 65 | bool |
Kumar Gala | fd42c71 | 2007-03-16 08:46:55 -0500 | [diff] [blame] | 66 | select 8260 |
| 67 | help |
| 68 | The MPC8272 CPM has a different internal dpram setup than other CPM2 |
| 69 | devices |
Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 70 | |
| 71 | config PQ2_ADS_PCI_PIC |
| 72 | bool |