Kconfig (498495dba268b20e8eadd7fe93c140c68b6cc9d2) Kconfig (b0dc0f8618e87f1b2c7f04b977fda16e961bbec1)
1# SPDX-License-Identifier: GPL-2.0
2config PPC_POWERNV
3 depends on PPC64 && PPC_BOOK3S
4 bool "IBM PowerNV (Non-Virtualized) platform support"
5 select PPC_NATIVE
6 select PPC_XICS
7 select PPC_ICP_NATIVE
8 select PPC_XIVE_NATIVE
9 select PPC_P7_NAP
10 select PCI
11 select PCI_MSI
12 select EPAPR_BOOT
13 select PPC_INDIRECT_PIO
14 select PPC_UDBG_16550
15 select PPC_SCOM
16 select ARCH_RANDOM
17 select CPU_FREQ
1# SPDX-License-Identifier: GPL-2.0
2config PPC_POWERNV
3 depends on PPC64 && PPC_BOOK3S
4 bool "IBM PowerNV (Non-Virtualized) platform support"
5 select PPC_NATIVE
6 select PPC_XICS
7 select PPC_ICP_NATIVE
8 select PPC_XIVE_NATIVE
9 select PPC_P7_NAP
10 select PCI
11 select PCI_MSI
12 select EPAPR_BOOT
13 select PPC_INDIRECT_PIO
14 select PPC_UDBG_16550
15 select PPC_SCOM
16 select ARCH_RANDOM
17 select CPU_FREQ
18 select CPU_FREQ_GOV_PERFORMANCE
19 select CPU_FREQ_GOV_POWERSAVE
20 select CPU_FREQ_GOV_USERSPACE
21 select CPU_FREQ_GOV_ONDEMAND
22 select CPU_FREQ_GOV_CONSERVATIVE
23 select PPC_DOORBELL
24 select MMU_NOTIFIER
25 select FORCE_SMP
26 default y
27
28config OPAL_PRD
29 tristate 'OPAL PRD driver'
30 depends on PPC_POWERNV

--- 25 unchanged lines hidden ---
18 select PPC_DOORBELL
19 select MMU_NOTIFIER
20 select FORCE_SMP
21 default y
22
23config OPAL_PRD
24 tristate 'OPAL PRD driver'
25 depends on PPC_POWERNV

--- 25 unchanged lines hidden ---