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 | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 16 | help |
| 17 | This option enables support for the IBM PPC440GP evaluation board. |
| 18 | |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame] | 19 | config SEQUOIA |
| 20 | bool "Sequoia" |
| 21 | depends on 44x |
| 22 | default n |
| 23 | select 440EPX |
| 24 | help |
| 25 | This option enables support for the AMCC PPC440EPX evaluation board. |
| 26 | |
Hugh Blemings | 6bbc547 | 2007-12-21 15:39:28 +1100 | [diff] [blame] | 27 | config TAISHAN |
| 28 | bool "Taishan" |
| 29 | depends on 44x |
| 30 | default n |
| 31 | select 440GX |
| 32 | select PCI |
| 33 | help |
| 34 | This option enables support for the AMCC PPC440GX "Taishan" |
| 35 | evaluation board. |
| 36 | |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame^] | 37 | config KATMAI |
| 38 | bool "Katmai" |
| 39 | depends on 44x |
| 40 | default n |
| 41 | select 440SPe |
| 42 | select PCI |
| 43 | select PPC4xx_PCI_EXPRESS |
| 44 | help |
| 45 | This option enables support for the AMCC PPC440SPe evaluation board. |
| 46 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 47 | #config LUAN |
| 48 | # bool "Luan" |
| 49 | # depends on 44x |
| 50 | # default n |
| 51 | # select 440SP |
| 52 | # help |
| 53 | # This option enables support for the IBM PPC440SP evaluation board. |
| 54 | |
| 55 | #config OCOTEA |
| 56 | # bool "Ocotea" |
| 57 | # depends on 44x |
| 58 | # default n |
| 59 | # select 440GX |
| 60 | # help |
| 61 | # This option enables support for the IBM PPC440GX evaluation board. |
| 62 | |
| 63 | # 44x specific CPU modules, selected based on the board above. |
| 64 | config 440EP |
| 65 | bool |
| 66 | select PPC_FPU |
| 67 | select IBM440EP_ERR42 |
Josh Boyer | 7392537 | 2007-10-20 00:53:12 +1000 | [diff] [blame] | 68 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 69 | |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame] | 70 | config 440EPX |
| 71 | bool |
| 72 | select PPC_FPU |
Valentine Barshak | b7c1dfb | 2007-10-16 03:58:37 +1000 | [diff] [blame] | 73 | select IBM_NEW_EMAC_EMAC4 |
| 74 | select IBM_NEW_EMAC_RGMII |
| 75 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 76 | |
| 77 | config 440GP |
| 78 | bool |
David Gibson | 1d3bb99 | 2007-08-23 13:56:01 +1000 | [diff] [blame] | 79 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 80 | |
| 81 | config 440GX |
| 82 | bool |
Hugh Blemings | 6bbc547 | 2007-12-21 15:39:28 +1100 | [diff] [blame] | 83 | select IBM_NEW_EMAC_EMAC4 |
| 84 | select IBM_NEW_EMAC_RGMII |
| 85 | select IBM_NEW_EMAC_ZMII #test only |
| 86 | select IBM_NEW_EMAC_TAH #test only |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 87 | |
| 88 | config 440SP |
| 89 | bool |
| 90 | |
Benjamin Herrenschmidt | 3de9c9c | 2007-12-21 15:39:34 +1100 | [diff] [blame^] | 91 | config 440SPe |
| 92 | select IBM_NEW_EMAC_EMAC4 |
| 93 | bool |
| 94 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 95 | # 44x errata/workaround config symbols, selected by the CPU models above |
| 96 | config IBM440EP_ERR42 |
| 97 | bool |