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 |
| 14 | help |
| 15 | This option enables support for the IBM PPC440GP evaluation board. |
| 16 | |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame^] | 17 | config SEQUOIA |
| 18 | bool "Sequoia" |
| 19 | depends on 44x |
| 20 | default n |
| 21 | select 440EPX |
| 22 | help |
| 23 | This option enables support for the AMCC PPC440EPX evaluation board. |
| 24 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 25 | #config LUAN |
| 26 | # bool "Luan" |
| 27 | # depends on 44x |
| 28 | # default n |
| 29 | # select 440SP |
| 30 | # help |
| 31 | # This option enables support for the IBM PPC440SP evaluation board. |
| 32 | |
| 33 | #config OCOTEA |
| 34 | # bool "Ocotea" |
| 35 | # depends on 44x |
| 36 | # default n |
| 37 | # select 440GX |
| 38 | # help |
| 39 | # This option enables support for the IBM PPC440GX evaluation board. |
| 40 | |
| 41 | # 44x specific CPU modules, selected based on the board above. |
| 42 | config 440EP |
| 43 | bool |
| 44 | select PPC_FPU |
| 45 | select IBM440EP_ERR42 |
Josh Boyer | 8c1449b | 2007-08-20 07:30:14 -0500 | [diff] [blame] | 46 | # select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 47 | |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame^] | 48 | config 440EPX |
| 49 | bool |
| 50 | select PPC_FPU |
| 51 | # Disabled until the new EMAC Driver is merged. |
| 52 | # select IBM_NEW_EMAC_EMAC4 |
| 53 | # select IBM_NEW_EMAC_ZMII |
| 54 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 55 | config 440GP |
| 56 | bool |
Tony Breeds | e38e345 | 2007-05-13 13:40:53 +1000 | [diff] [blame] | 57 | # Disabled until the new EMAC Driver is merged. |
| 58 | # select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 59 | |
| 60 | config 440GX |
| 61 | bool |
| 62 | |
| 63 | config 440SP |
| 64 | bool |
| 65 | |
| 66 | config 440A |
| 67 | bool |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame^] | 68 | depends on 440GX || 440EPX |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 69 | default y |
| 70 | |
| 71 | # 44x errata/workaround config symbols, selected by the CPU models above |
| 72 | config IBM440EP_ERR42 |
| 73 | bool |