mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
646b54f2f2
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>
22 lines
531 B
Plaintext
22 lines
531 B
Plaintext
config PPC_POWERNV
|
|
depends on PPC64 && PPC_BOOK3S
|
|
bool "IBM PowerNV (Non-Virtualized) platform support"
|
|
select PPC_NATIVE
|
|
select PPC_XICS
|
|
select PPC_ICP_NATIVE
|
|
select PPC_P7_NAP
|
|
select PPC_PCI_CHOICE if EMBEDDED
|
|
select EPAPR_BOOT
|
|
select PPC_INDIRECT_PIO
|
|
select PPC_UDBG_16550
|
|
select PPC_SCOM
|
|
select ARCH_RANDOM
|
|
select CPU_FREQ
|
|
select CPU_FREQ_GOV_PERFORMANCE
|
|
select CPU_FREQ_GOV_POWERSAVE
|
|
select CPU_FREQ_GOV_USERSPACE
|
|
select CPU_FREQ_GOV_ONDEMAND
|
|
select CPU_FREQ_GOV_CONSERVATIVE
|
|
select PPC_DOORBELL
|
|
default y
|