Kconfig (71af75b6929458d85f63c0649dc26d6f4c19729e) | Kconfig (7ebc49031d0418dc9ca8475b8133a3a161221ef5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2menu "Platform support" 3 4source "arch/powerpc/platforms/powernv/Kconfig" 5source "arch/powerpc/platforms/pseries/Kconfig" 6source "arch/powerpc/platforms/chrp/Kconfig" 7source "arch/powerpc/platforms/512x/Kconfig" 8source "arch/powerpc/platforms/52xx/Kconfig" --- 26 unchanged lines hidden (view full) --- 35 36config EPAPR_PARAVIRT 37 bool "ePAPR para-virtualization support" 38 help 39 Enables ePAPR para-virtualization support for guests. 40 41 In case of doubt, say Y 42 | 1# SPDX-License-Identifier: GPL-2.0 2menu "Platform support" 3 4source "arch/powerpc/platforms/powernv/Kconfig" 5source "arch/powerpc/platforms/pseries/Kconfig" 6source "arch/powerpc/platforms/chrp/Kconfig" 7source "arch/powerpc/platforms/512x/Kconfig" 8source "arch/powerpc/platforms/52xx/Kconfig" --- 26 unchanged lines hidden (view full) --- 35 36config EPAPR_PARAVIRT 37 bool "ePAPR para-virtualization support" 38 help 39 Enables ePAPR para-virtualization support for guests. 40 41 In case of doubt, say Y 42 |
43config PPC_NATIVE | 43config PPC_HASH_MMU_NATIVE |
44 bool | 44 bool |
45 depends on PPC_BOOK3S_32 || PPC64 | 45 depends on PPC_BOOK3S |
46 help 47 Support for running natively on the hardware, i.e. without 48 a hypervisor. This option is not user-selectable but should 49 be selected by all platforms that need it. 50 51config PPC_OF_BOOT_TRAMPOLINE 52 bool "Support booting from Open Firmware or yaboot" 53 depends on PPC_BOOK3S_32 || PPC64 --- 249 unchanged lines hidden --- | 46 help 47 Support for running natively on the hardware, i.e. without 48 a hypervisor. This option is not user-selectable but should 49 be selected by all platforms that need it. 50 51config PPC_OF_BOOT_TRAMPOLINE 52 bool "Support booting from Open Firmware or yaboot" 53 depends on PPC_BOOK3S_32 || PPC64 --- 249 unchanged lines hidden --- |