diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-03-12 17:27:11 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-04-07 17:15:12 +1000 |
commit | 646b54f2f2041473495f166479e3e17fd59a9dd1 (patch) | |
tree | fb40de7f85ffe1921793b8f1613756dcefb1c243 /arch/powerpc/platforms/powernv/Kconfig | |
parent | b7f859dda95c231a276f2ec915253708f1ca7bdb (diff) | |
download | linux-646b54f2f2041473495f166479e3e17fd59a9dd1.tar.gz linux-646b54f2f2041473495f166479e3e17fd59a9dd1.tar.bz2 linux-646b54f2f2041473495f166479e3e17fd59a9dd1.zip |
powerpc/powernv: Remove powernv RTAS support
The powernv code has some conditional support for running on bare metal
machines that have no OPAL firmware, but provide RTAS.
No released machines ever supported that, and even in the lab it was
just a transitional hack in the days when OPAL was still being
developed.
So remove the code.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/powernv/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/powernv/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/platforms/powernv/Kconfig b/arch/powerpc/platforms/powernv/Kconfig index 45a8ed0585cd..4b044d8cb49a 100644 --- a/arch/powerpc/platforms/powernv/Kconfig +++ b/arch/powerpc/platforms/powernv/Kconfig @@ -19,10 +19,3 @@ config PPC_POWERNV select CPU_FREQ_GOV_CONSERVATIVE select PPC_DOORBELL default y - -config PPC_POWERNV_RTAS - depends on PPC_POWERNV - bool "Support for RTAS based PowerNV platforms such as BML" - default y - select PPC_ICS_RTAS - select PPC_RTAS |