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