diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-08-20 07:30:14 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-08-20 07:30:14 -0500 |
commit | 8c1449bdb4c7e9c4492ba18ded70fd8669eeffae (patch) | |
tree | dd7713a9ea101532f8318130e7994253051c490c /arch/powerpc/platforms/44x/Kconfig | |
parent | 142b58ee5600e592e83ff7d2e4672e6cb0b39c27 (diff) | |
download | blackbird-op-linux-8c1449bdb4c7e9c4492ba18ded70fd8669eeffae.tar.gz blackbird-op-linux-8c1449bdb4c7e9c4492ba18ded70fd8669eeffae.zip |
[POWERPC] Bamboo board support
Add support for the AMCC Bamboo board
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'arch/powerpc/platforms/44x/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 1b3e008fd148..c7cc12a2f269 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig @@ -1,10 +1,10 @@ -#config BAMBOO -# bool "Bamboo" -# depends on 44x -# default n -# select 440EP -# help -# This option enables support for the IBM PPC440EP evaluation board. +config BAMBOO + bool "Bamboo" + depends on 44x + default n + select 440EP + help + This option enables support for the IBM PPC440EP evaluation board. config EBONY bool "Ebony" @@ -35,6 +35,7 @@ config 440EP bool select PPC_FPU select IBM440EP_ERR42 +# select IBM_NEW_EMAC_ZMII config 440GP bool |