Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Since there are many different boards and no standard configuration,
0004  * we have a unique include file for each.  Rather than change every
0005  * file that has to include MPC8260 configuration, they all include
0006  * this one and the configuration switching is done here.
0007  */
0008 #ifdef __KERNEL__
0009 #ifndef __ASM_POWERPC_MPC8260_H__
0010 #define __ASM_POWERPC_MPC8260_H__
0011 
0012 #define MPC82XX_BCR_PLDP 0x00800000 /* Pipeline Maximum Depth */
0013 
0014 #ifdef CONFIG_8260
0015 
0016 #if defined(CONFIG_PQ2ADS) || defined (CONFIG_PQ2FADS)
0017 #include <platforms/82xx/pq2ads.h>
0018 #endif
0019 
0020 #ifdef CONFIG_PCI_8260
0021 #include <platforms/82xx/m82xx_pci.h>
0022 #endif
0023 
0024 #endif /* CONFIG_8260 */
0025 #endif /* !__ASM_POWERPC_MPC8260_H__ */
0026 #endif /* __KERNEL__ */