diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-04-07 21:27:14 -0400 |
---|---|---|
committer | Michael Ellerman <michael@ellerman.id.au> | 2013-04-17 23:03:54 -0400 |
commit | 89d269ff2ea514bf2769e3f2d0466b60e83ff6bd (patch) | |
tree | 35111e3b0c262f381feb3260405ec3305384a4b6 /arch/powerpc/platforms/40x | |
parent | aac3d0c8755b136705bbf36f2c70bd026605ee0d (diff) |
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 | |||
20 | bool "Hotfoot" | 20 | bool "Hotfoot" |
21 | depends on 40x | 21 | depends on 40x |
22 | default n | 22 | default n |
23 | select 405EP | ||
24 | select PPC40x_SIMPLE | 23 | select PPC40x_SIMPLE |
25 | select PCI | 24 | select PCI |
26 | help | 25 | help |
@@ -105,9 +104,6 @@ config 405GP | |||
105 | select IBM405_ERR51 | 104 | select IBM405_ERR51 |
106 | select IBM_EMAC_ZMII | 105 | select IBM_EMAC_ZMII |
107 | 106 | ||
108 | config 405EP | ||
109 | bool | ||
110 | |||
111 | config 405EX | 107 | config 405EX |
112 | bool | 108 | bool |
113 | select IBM_EMAC_EMAC4 | 109 | select IBM_EMAC_EMAC4 |