diff options
author | Rashmica Gupta <rashmicy@gmail.com> | 2015-12-01 14:51:38 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-12-14 20:41:50 +1100 |
commit | 24ad1648edcc8b1c4a68c406296e0b171753a981 (patch) | |
tree | 0eb5671dec1ec36c0f11b5a98f0ff78a034b5d86 /arch/powerpc/platforms/cell/Kconfig | |
parent | b4af279a7cba5cc1f665485e8ecdf272f1ba0cc5 (diff) | |
download | op-kernel-dev-24ad1648edcc8b1c4a68c406296e0b171753a981.zip op-kernel-dev-24ad1648edcc8b1c4a68c406296e0b171753a981.tar.gz |
powerpc/cell: Remove the Cell QPACE code
All users of QPACE have upgraded to QPACE2 so remove the Cell QPACE code.
Signed-off-by: Rashmica Gupta <rashmicy@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/cell/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/cell/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig index 429fc59..d9088f0 100644 --- a/arch/powerpc/platforms/cell/Kconfig +++ b/arch/powerpc/platforms/cell/Kconfig @@ -33,11 +33,6 @@ config PPC_IBM_CELL_BLADE select PPC_UDBG_16550 select UDBG_RTAS_CONSOLE -config PPC_CELL_QPACE - bool "IBM Cell - QPACE" - depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN - select PPC_CELL_COMMON - config AXON_MSI bool depends on PPC_IBM_CELL_BLADE && PCI_MSI |