diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-04-08 05:27:14 +0400 |
---|---|---|
committer | Michael Ellerman <michael@ellerman.id.au> | 2013-04-18 07:03:54 +0400 |
commit | 89d269ff2ea514bf2769e3f2d0466b60e83ff6bd (patch) | |
tree | 35111e3b0c262f381feb3260405ec3305384a4b6 /arch/powerpc/platforms/40x | |
parent | aac3d0c8755b136705bbf36f2c70bd026605ee0d (diff) | |
download | linux-89d269ff2ea514bf2769e3f2d0466b60e83ff6bd.tar.xz |
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 <pebolle@tiscali.nl>
Acked-by: Josh Boyer <jwboyer@gmail.com>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/40x')
-rw-r--r-- | arch/powerpc/platforms/40x/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 7b7a77c41c2e..bd40bbb15e14 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 |