Re: [PATCH 3/10] CPM2: Make support for the CPM2 optional on 8560 based boards

2008-01-24 Thread Paul Gortmaker
Scott Wood wrote: > Paul Gortmaker wrote: >> @@ -41,7 +42,7 @@ config MPC85xx_DS >> config SBC8560 >> bool "Wind River SBC8560" >> select DEFAULT_UIMAGE >> -select PPC_CPM_NEW_BINDING >> +select PPC_CPM_NEW_BINDING if CPM2 >> help >>This option enables support for th

Re: [PATCH 3/10] CPM2: Make support for the CPM2 optional on 8560 based boards

2008-01-24 Thread Scott Wood
Paul Gortmaker wrote: > @@ -41,7 +42,7 @@ config MPC85xx_DS > config SBC8560 > bool "Wind River SBC8560" > select DEFAULT_UIMAGE > - select PPC_CPM_NEW_BINDING > + select PPC_CPM_NEW_BINDING if CPM2 > help > This option enables support for the Wind River SBC8560 b

[PATCH 3/10] CPM2: Make support for the CPM2 optional on 8560 based boards

2008-01-24 Thread Paul Gortmaker
Currently there is no way to disable the CPM2 support. Some boards, like the SBC8560 have their own external UART and don't have any direct dependencies on the CPM for a serial console or anything else. Signed-off-by: Paul Gortmaker <[EMAIL PROTECTED]> --- arch/powerpc/platforms/85xx/Kconfig |