@@ -32,14 +32,16 @@ config FSL_E200
config FSL_E500_V1_V2
bool "Freescale e500v1/e500v2 (also known as MPC85xx)"
select PHYS_64BIT_SUPPORTED
- select E500
+ select FSL_EMB_PERFMON
+ select PPC_FSL_BOOK3E
select PPC_85xx
config FSL_E500MC
bool "Freescale e500mc (also e5500 in 32-bit mode)"
select PHYS_64BIT_SUPPORTED
select PPC_FPU
- select E500
+ select FSL_EMB_PERFMON
+ select PPC_FSL_BOOK3E
select PPC_85xx
config PPC_8xx
@@ -146,12 +148,8 @@ config PPC_85xx
config FSL_E5500
bool
- select E500
-
-config E500
select FSL_EMB_PERFMON
select PPC_FSL_BOOK3E
- bool
config PPC_FPU
bool
This ambiguous config option is now only present as a Kconfig stub. Remove it and fix up the users. Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com> --- arch/powerpc/platforms/Kconfig.cputype | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-)