diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-20 21:10:06 -0400 |
---|---|---|
committer | Michael Ellerman <michael@ellerman.id.au> | 2013-04-17 23:03:55 -0400 |
commit | 46c74751c2be904d6a23c63e7ccb990d46496fd6 (patch) | |
tree | 959881d40cea97a49dedc95dc3b19184bd699749 /arch/powerpc/platforms/wsp | |
parent | 0eaf2255c372395c33658dec17c641a3c3be7d22 (diff) |
powerpc: drop even more unused Kconfig symbols
When I submitted commit 6805ab6daa2b589fe3242d05ddc47a9dbb0c4eb1
("powerpc: drop unused Kconfig symbols") I apparently failed to notice
that my patch also made PREP_RESIDUAL and PPC_A2_DD2 unused. Drop these
now.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/wsp')
-rw-r--r-- | arch/powerpc/platforms/wsp/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/wsp/Kconfig b/arch/powerpc/platforms/wsp/Kconfig index 56203a4f0030..422a175b10ee 100644 --- a/arch/powerpc/platforms/wsp/Kconfig +++ b/arch/powerpc/platforms/wsp/Kconfig | |||
@@ -28,7 +28,3 @@ config PPC_CHROMA | |||
28 | default y | 28 | default y |
29 | 29 | ||
30 | endmenu | 30 | endmenu |
31 | |||
32 | config PPC_A2_DD2 | ||
33 | bool "Support for DD2 based A2/WSP systems" | ||
34 | depends on PPC_A2 | ||