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 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 26 | #config LUAN |
| 27 | # bool "Luan" |
| 28 | # depends on 44x |
| 29 | # default n |
| 30 | # select 440SP |
| 31 | # help |
| 32 | # This option enables support for the IBM PPC440SP evaluation board. |
| 33 | |
| 34 | #config OCOTEA |
| 35 | # bool "Ocotea" |
| 36 | # depends on 44x |
| 37 | # default n |
| 38 | # select 440GX |
| 39 | # help |
| 40 | # This option enables support for the IBM PPC440GX evaluation board. |
| 41 | |
| 42 | # 44x specific CPU modules, selected based on the board above. |
| 43 | config 440EP |
| 44 | bool |
| 45 | select PPC_FPU |
| 46 | select IBM440EP_ERR42 |
Josh Boyer | 7392537 | 2007-10-20 00:53:12 +1000 | [diff] [blame] | 47 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 48 | |
Valentine Barshak | 15fc993 | 2007-08-29 17:40:30 +0400 | [diff] [blame] | 49 | config 440EPX |
| 50 | bool |
| 51 | select PPC_FPU |
Valentine Barshak | b7c1dfb | 2007-10-16 03:58:37 +1000 | [diff] [blame] | 52 | select IBM_NEW_EMAC_EMAC4 |
| 53 | select IBM_NEW_EMAC_RGMII |
| 54 | select IBM_NEW_EMAC_ZMII |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 55 | |
| 56 | config 440GP |
| 57 | bool |
David Gibson | 1d3bb99 | 2007-08-23 13:56:01 +1000 | [diff] [blame] | 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 | |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 66 | # 44x errata/workaround config symbols, selected by the CPU models above |
| 67 | config IBM440EP_ERR42 |
| 68 | bool |