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