Josh Boyer | 8c1449b | 2007-08-20 07:30:14 -0500 | [diff] [blame] | 1 | config BAMBOO |
| 2 | bool "Bamboo" |
| 3 | depends on 44x |
| 4 | default n |
| 5 | select 440EP |
Benjamin Herrenschmidt | c3fc2de | 2007-12-21 15:39:29 +1100 | [diff] [blame] | 6 | select PCI |
Josh Boyer | 8c1449b | 2007-08-20 07:30:14 -0500 | [diff] [blame] | 7 | help |
| 8 | This option enables support for the IBM PPC440EP evaluation board. |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 9 | |
| 10 | config EBONY |
| 11 | bool "Ebony" |
| 12 | depends on 44x |
| 13 | default y |
| 14 | select 440GP |
Benjamin Herrenschmidt | 69c0785 | 2007-12-21 15:39:25 +1100 | [diff] [blame] | 15 | select PCI |
David Gibson | 22258fa | 2008-01-11 14:25:34 +1100 | [diff] [blame] | 16 | select OF_RTC |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 17 | help |
| 18 | This option enables support for the IBM PPC440GP evaluation board. |
| 19 | |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame] | 20 | config SEQUOIA |
| 21 | bool "Sequoia" |
| 22 | depends on 44x |
| 23 | default n |
| 24 | select 440EPX |
| 25 | help |
| 26 | This option enables support for the AMCC PPC440EPX evaluation board. |
| 27 | |
Hugh Blemings | 6bbc547 | 2007-12-21 15:39:28 +1100 | [diff] [blame] | 28 | config TAISHAN |
| 29 | bool "Taishan" |
| 30 | depends on 44x |
| 31 | default n |
| 32 | select 440GX |
| 33 | select PCI |
| 34 | help |
| 35 | This option enables support for the AMCC PPC440GX "Taishan" |
| 36 | evaluation board. |
| 37 | |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame] | 38 | config KATMAI |
| 39 | bool "Katmai" |
| 40 | depends on 44x |
| 41 | default n |
| 42 | select 440SPe |
| 43 | select PCI |
| 44 | select PPC4xx_PCI_EXPRESS |
| 45 | help |
| 46 | This option enables support for the AMCC PPC440SPe evaluation board. |
| 47 | |
Valentine Barshak | 6272175 | 2007-10-31 03:57:39 +1100 | [diff] [blame] | 48 | config RAINIER |
| 49 | bool "Rainier" |
| 50 | depends on 44x |
| 51 | default n |
| 52 | select 440GRX |
Josh Boyer | 9901162 | 2007-12-20 09:00:17 -0600 | [diff] [blame] | 53 | select PCI |
Valentine Barshak | 6272175 | 2007-10-31 03:57:39 +1100 | [diff] [blame] | 54 | help |
| 55 | This option enables support for the AMCC PPC440GRX evaluation board. |
| 56 | |
Sean MacLennan | f9bdedb | 2008-01-22 04:55:29 +1100 | [diff] [blame] | 57 | config WARP |
| 58 | bool "PIKA Warp" |
| 59 | depends on 44x |
| 60 | default n |
| 61 | select 440EP |
| 62 | help |
| 63 | This option enables support for the PIKA Warp(tm) Appliance. The Warp |
Josh Boyer | 4b63c3b | 2008-02-15 22:05:03 -0600 | [diff] [blame] | 64 | is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP |
Sean MacLennan | f9bdedb | 2008-01-22 04:55:29 +1100 | [diff] [blame] | 65 | stations and trunks. |
| 66 | |
| 67 | See http://www.pikatechnologies.com/ and follow the "PIKA for Computer |
| 68 | Telephony Developers" link for more information. |
| 69 | |
Stefan Roese | 66e4b33 | 2008-02-24 08:07:52 +1100 | [diff] [blame^] | 70 | config CANYONLANDS |
| 71 | bool "Canyonlands" |
| 72 | depends on 44x |
| 73 | default n |
| 74 | select 460EX |
| 75 | select PCI |
| 76 | select PPC4xx_PCI_EXPRESS |
| 77 | help |
| 78 | This option enables support for the AMCC PPC460EX evaluation board. |
| 79 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 80 | #config LUAN |
| 81 | # bool "Luan" |
| 82 | # depends on 44x |
| 83 | # default n |
| 84 | # select 440SP |
| 85 | # help |
| 86 | # This option enables support for the IBM PPC440SP evaluation board. |
| 87 | |
| 88 | #config OCOTEA |
| 89 | # bool "Ocotea" |
| 90 | # depends on 44x |
| 91 | # default n |
| 92 | # select 440GX |
| 93 | # help |
| 94 | # This option enables support for the IBM PPC440GX evaluation board. |
| 95 | |
| 96 | # 44x specific CPU modules, selected based on the board above. |
| 97 | config 440EP |
| 98 | bool |
| 99 | select PPC_FPU |
| 100 | select IBM440EP_ERR42 |
Josh Boyer | 7392537 | 2007-10-20 00:53:12 +1000 | [diff] [blame] | 101 | select IBM_NEW_EMAC_ZMII |
Sean MacLennan | f9bdedb | 2008-01-22 04:55:29 +1100 | [diff] [blame] | 102 | select USB_ARCH_HAS_OHCI |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 103 | |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame] | 104 | config 440EPX |
| 105 | bool |
| 106 | select PPC_FPU |
Valentine Barshak | b7c1dfb | 2007-10-16 03:58:37 +1000 | [diff] [blame] | 107 | select IBM_NEW_EMAC_EMAC4 |
| 108 | select IBM_NEW_EMAC_RGMII |
| 109 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 110 | |
Valentine Barshak | 6272175 | 2007-10-31 03:57:39 +1100 | [diff] [blame] | 111 | config 440GRX |
| 112 | bool |
| 113 | select IBM_NEW_EMAC_EMAC4 |
| 114 | select IBM_NEW_EMAC_RGMII |
| 115 | select IBM_NEW_EMAC_ZMII |
| 116 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 117 | config 440GP |
| 118 | bool |
David Gibson | 1d3bb99 | 2007-08-23 13:56:01 +1000 | [diff] [blame] | 119 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 120 | |
| 121 | config 440GX |
| 122 | bool |
Josh Boyer | 4b63c3b | 2008-02-15 22:05:03 -0600 | [diff] [blame] | 123 | select IBM_NEW_EMAC_EMAC4 |
Hugh Blemings | 6bbc547 | 2007-12-21 15:39:28 +1100 | [diff] [blame] | 124 | select IBM_NEW_EMAC_RGMII |
Josh Boyer | 4b63c3b | 2008-02-15 22:05:03 -0600 | [diff] [blame] | 125 | select IBM_NEW_EMAC_ZMII #test only |
| 126 | select IBM_NEW_EMAC_TAH #test only |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 127 | |
| 128 | config 440SP |
| 129 | bool |
| 130 | |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame] | 131 | config 440SPe |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame] | 132 | bool |
Josh Boyer | 4b63c3b | 2008-02-15 22:05:03 -0600 | [diff] [blame] | 133 | select IBM_NEW_EMAC_EMAC4 |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame] | 134 | |
Stefan Roese | 66e4b33 | 2008-02-24 08:07:52 +1100 | [diff] [blame^] | 135 | config 460EX |
| 136 | bool |
| 137 | select PPC_FPU |
| 138 | select IBM_NEW_EMAC_EMAC4 |
| 139 | select IBM_NEW_EMAC_RGMII |
| 140 | select IBM_NEW_EMAC_ZMII |
| 141 | select IBM_NEW_EMAC_TAH |
| 142 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 143 | # 44x errata/workaround config symbols, selected by the CPU models above |
| 144 | config IBM440EP_ERR42 |
| 145 | bool |