Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PPC: select EPAPR_PARAVIRT for all users of epapr hcalls

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>

authored by

Stuart Yoder and committed by
Alexander Graf
40656397 2f979de8

+3
+1
arch/powerpc/platforms/Kconfig
··· 90 90 config PPC_EPAPR_HV_PIC 91 91 bool 92 92 default n 93 + select EPAPR_PARAVIRT 93 94 94 95 config MPIC_WEIRD 95 96 bool
+1
drivers/tty/Kconfig
··· 358 358 config PPC_EPAPR_HV_BYTECHAN 359 359 tristate "ePAPR hypervisor byte channel driver" 360 360 depends on PPC 361 + select EPAPR_PARAVIRT 361 362 help 362 363 This driver creates /dev entries for each ePAPR hypervisor byte 363 364 channel, thereby allowing applications to communicate with byte
+1
drivers/virt/Kconfig
··· 15 15 config FSL_HV_MANAGER 16 16 tristate "Freescale hypervisor management driver" 17 17 depends on FSL_SOC 18 + select EPAPR_PARAVIRT 18 19 help 19 20 The Freescale hypervisor management driver provides several services 20 21 to drivers and applications related to the Freescale hypervisor: