xref: /openbmc/linux/arch/powerpc/kernel/cpu_specs.h (revision d7216567)
1e320a76dSChristophe Leroy /* SPDX-License-Identifier: GPL-2.0-or-later */
2e320a76dSChristophe Leroy 
3e320a76dSChristophe Leroy #ifdef CONFIG_40x
4e320a76dSChristophe Leroy #include "cpu_specs_40x.h"
5e320a76dSChristophe Leroy #endif
6e320a76dSChristophe Leroy 
7e320a76dSChristophe Leroy #ifdef CONFIG_PPC_47x
8e320a76dSChristophe Leroy #include "cpu_specs_47x.h"
9e320a76dSChristophe Leroy #elif defined(CONFIG_44x)
10e320a76dSChristophe Leroy #include "cpu_specs_44x.h"
11e320a76dSChristophe Leroy #endif
12e320a76dSChristophe Leroy 
13e320a76dSChristophe Leroy #ifdef CONFIG_PPC_8xx
14e320a76dSChristophe Leroy #include "cpu_specs_8xx.h"
15e320a76dSChristophe Leroy #endif
16e320a76dSChristophe Leroy 
17*d7216567SChristophe Leroy #ifdef CONFIG_PPC_E500MC
18*d7216567SChristophe Leroy #include "cpu_specs_e500mc.h"
19*d7216567SChristophe Leroy #elif defined(CONFIG_PPC_85xx)
20*d7216567SChristophe Leroy #include "cpu_specs_85xx.h"
21e320a76dSChristophe Leroy #endif
22e320a76dSChristophe Leroy 
23e320a76dSChristophe Leroy #ifdef CONFIG_PPC_BOOK3S_32
24e320a76dSChristophe Leroy #include "cpu_specs_book3s_32.h"
25e320a76dSChristophe Leroy #endif
26e320a76dSChristophe Leroy 
27e320a76dSChristophe Leroy #ifdef CONFIG_PPC_BOOK3S_64
28e320a76dSChristophe Leroy #include "cpu_specs_book3s_64.h"
29e320a76dSChristophe Leroy #endif
30