[PATCH] Move 8641 PCI-Express to arch/powerpc/sysdev/fsl_pcie.c.

Zang Roy-r61911 tie-fei.zang at freescale.com
Fri Mar 9 14:32:57 EST 2007


> This move sets the stage for the use of generic PCI Express 
> code in 85xx and 86xx parts from FSL.  Subsequent patches for 
> 8548 and 8544 will be able to use this shared code.
> 
> Signed-off-by: Jon Loeliger <jdl at freescale.com>
> Acked-by: Andy Fleming <afleming at freescale.com>
> ---
>  arch/powerpc/Kconfig                               |    5 +++++
>  arch/powerpc/platforms/86xx/Makefile               |    2 +-
>  arch/powerpc/sysdev/Makefile                       |    1 +
>  .../86xx/mpc86xx_pcie.c => sysdev/fsl_pcie.c}      |    2 --
>  4 files changed, 7 insertions(+), 3 deletions(-)  rename 
> arch/powerpc/{platforms/86xx/mpc86xx_pcie.c => 
> sysdev/fsl_pcie.c} (100%)
> 
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig 
> index 6dfbd52..f68de20 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -168,6 +168,7 @@ config PPC_86xx
>  	bool "Freescale 86xx"
>  	select 6xx
>  	select FSL_SOC
> +	select FSL_PCIE
>  	select PPC_FPU
>  	select ALTIVEC
>  	help
> @@ -1022,6 +1023,10 @@ config SBUS
>  config FSL_SOC
>  	bool
>  
> +config FSL_PCIE
> +	bool
> +	depends on PPC_86xx
> +
How about 8548 with pcie?
Roy



More information about the Linuxppc-dev mailing list