diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-21 01:10:06 +0000 |
---|---|---|
committer | Michael Ellerman <michael@ellerman.id.au> | 2013-04-18 13:03:55 +1000 |
commit | 46c74751c2be904d6a23c63e7ccb990d46496fd6 (patch) | |
tree | 959881d40cea97a49dedc95dc3b19184bd699749 /arch/powerpc/platforms/wsp/Kconfig | |
parent | 0eaf2255c372395c33658dec17c641a3c3be7d22 (diff) | |
download | blackbird-obmc-linux-46c74751c2be904d6a23c63e7ccb990d46496fd6.tar.gz blackbird-obmc-linux-46c74751c2be904d6a23c63e7ccb990d46496fd6.zip |
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/Kconfig')
-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 default y endmenu - -config PPC_A2_DD2 - bool "Support for DD2 based A2/WSP systems" - depends on PPC_A2 |