From d7bd4794626b55fb3929b0bf38815bc1e9dddfbb Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Mon, 8 Apr 2013 01:27:14 +0000 Subject: [PATCH] powerpc: remove unused CONFIG_405EP All users of Kconfig symbol 405EP were removed in release v2.6.27. Remove this symbol (and a useless select of it) too. Signed-off-by: Paul Bolle Acked-by: Josh Boyer Signed-off-by: Michael Ellerman --- arch/powerpc/platforms/40x/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 7b7a77c41c2ec..bd40bbb15e147 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig @@ -20,7 +20,6 @@ config HOTFOOT bool "Hotfoot" depends on 40x default n - select 405EP select PPC40x_SIMPLE select PCI help @@ -105,9 +104,6 @@ config 405GP select IBM405_ERR51 select IBM_EMAC_ZMII -config 405EP - bool - config 405EX bool select IBM_EMAC_EMAC4 -- 2.39.5