diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index e4873f5e82..6d8709e76c 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -323,10 +323,12 @@ endchoice config ARCH_B4420 bool + select E500MC select FSL_LAW config ARCH_B4860 bool + select E500MC select FSL_LAW config ARCH_BSC9131 @@ -419,22 +421,27 @@ config ARCH_P2020 config ARCH_P2041 bool + select E500MC select FSL_LAW config ARCH_P3041 bool + select E500MC select FSL_LAW config ARCH_P4080 bool + select E500MC select FSL_LAW config ARCH_P5020 bool + select E500MC select FSL_LAW config ARCH_P5040 bool + select E500MC select FSL_LAW config ARCH_QEMU_E500 @@ -442,36 +449,59 @@ config ARCH_QEMU_E500 config ARCH_T1023 bool + select E500MC select FSL_LAW config ARCH_T1024 bool + select E500MC select FSL_LAW config ARCH_T1040 bool + select E500MC select FSL_LAW config ARCH_T1042 bool + select E500MC select FSL_LAW config ARCH_T2080 bool + select E500MC select FSL_LAW config ARCH_T2081 bool + select E500MC select FSL_LAW config ARCH_T4160 bool + select E500MC select FSL_LAW config ARCH_T4240 bool + select E500MC select FSL_LAW +config BOOKE + bool + default y + +config E500 + bool + default y + help + Enable PowerPC E500 cores, including e500v1, e500v2, e500mc + +config E500MC + bool + help + Enble PowerPC E500MC core + config FSL_LAW bool help |