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 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 57 | #config LUAN |
| 58 | # bool "Luan" |
| 59 | # depends on 44x |
| 60 | # default n |
| 61 | # select 440SP |
| 62 | # help |
| 63 | # This option enables support for the IBM PPC440SP evaluation board. |
| 64 | |
| 65 | #config OCOTEA |
| 66 | # bool "Ocotea" |
| 67 | # depends on 44x |
| 68 | # default n |
| 69 | # select 440GX |
| 70 | # help |
| 71 | # This option enables support for the IBM PPC440GX evaluation board. |
| 72 | |
| 73 | # 44x specific CPU modules, selected based on the board above. |
| 74 | config 440EP |
| 75 | bool |
| 76 | select PPC_FPU |
| 77 | select IBM440EP_ERR42 |
Josh Boyer | 7392537 | 2007-10-20 00:53:12 +1000 | [diff] [blame] | 78 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 79 | |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame] | 80 | config 440EPX |
| 81 | bool |
| 82 | select PPC_FPU |
Valentine Barshak | b7c1dfb | 2007-10-16 03:58:37 +1000 | [diff] [blame] | 83 | select IBM_NEW_EMAC_EMAC4 |
| 84 | select IBM_NEW_EMAC_RGMII |
| 85 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 86 | |
Valentine Barshak | 6272175 | 2007-10-31 03:57:39 +1100 | [diff] [blame] | 87 | config 440GRX |
| 88 | bool |
| 89 | select IBM_NEW_EMAC_EMAC4 |
| 90 | select IBM_NEW_EMAC_RGMII |
| 91 | select IBM_NEW_EMAC_ZMII |
| 92 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 93 | config 440GP |
| 94 | bool |
David Gibson | 1d3bb99 | 2007-08-23 13:56:01 +1000 | [diff] [blame] | 95 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 96 | |
| 97 | config 440GX |
| 98 | bool |
Hugh Blemings | 6bbc547 | 2007-12-21 15:39:28 +1100 | [diff] [blame] | 99 | select IBM_NEW_EMAC_EMAC4 |
| 100 | select IBM_NEW_EMAC_RGMII |
| 101 | select IBM_NEW_EMAC_ZMII #test only |
| 102 | select IBM_NEW_EMAC_TAH #test only |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 103 | |
| 104 | config 440SP |
| 105 | bool |
| 106 | |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame] | 107 | config 440SPe |
| 108 | select IBM_NEW_EMAC_EMAC4 |
| 109 | bool |
| 110 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 111 | # 44x errata/workaround config symbols, selected by the CPU models above |
| 112 | config IBM440EP_ERR42 |
| 113 | bool |