diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-07 07:15:59 -0500 |
---|---|---|
committer | Michael Ellerman <michael@ellerman.id.au> | 2013-04-17 23:03:51 -0400 |
commit | c9f297aed5f36bda982ec84db67fc198a60b9626 (patch) | |
tree | 3e0b47fb020205edfe7115beb56e8c40d8c3fbdd /arch/powerpc/platforms/wsp/Kconfig | |
parent | 36d69d5c0fadf50ffb1750a616a5c8b2ea38712b (diff) |
powerpc/wsp: drop "select PPC_WSP_COPRO"
There is no Kconfig symbol PPC_WSP_COPRO. The select statement for it is
a nop. Drop it.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/wsp/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/wsp/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/wsp/Kconfig b/arch/powerpc/platforms/wsp/Kconfig index 79d2225b7608..56203a4f0030 100644 --- a/arch/powerpc/platforms/wsp/Kconfig +++ b/arch/powerpc/platforms/wsp/Kconfig | |||
@@ -9,7 +9,6 @@ config PPC_WSP | |||
9 | select PCI | 9 | select PCI |
10 | select PPC_IO_WORKAROUNDS if PCI | 10 | select PPC_IO_WORKAROUNDS if PCI |
11 | select PPC_INDIRECT_PIO if PCI | 11 | select PPC_INDIRECT_PIO if PCI |
12 | select PPC_WSP_COPRO | ||
13 | default n | 12 | default n |
14 | 13 | ||
15 | menu "WSP platform selection" | 14 | menu "WSP platform selection" |