diff options
author | Stuart Yoder <stuart.yoder@freescale.com> | 2012-07-03 01:48:54 -0400 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-10-05 17:38:37 -0400 |
commit | 40656397241860bb21f2802af17ac1de607fb7a9 (patch) | |
tree | a26064ab7963914890c55df860c7ff08f9c8b089 /drivers/virt | |
parent | 2f979de8a716bdbdc9f4db532652fbca08ed710c (diff) |
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>
Diffstat (limited to 'drivers/virt')
-rw-r--r-- | drivers/virt/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/virt/Kconfig b/drivers/virt/Kconfig index 2dcdbc9364d8..99ebdde590f8 100644 --- a/drivers/virt/Kconfig +++ b/drivers/virt/Kconfig | |||
@@ -15,6 +15,7 @@ if VIRT_DRIVERS | |||
15 | config FSL_HV_MANAGER | 15 | config FSL_HV_MANAGER |
16 | tristate "Freescale hypervisor management driver" | 16 | tristate "Freescale hypervisor management driver" |
17 | depends on FSL_SOC | 17 | depends on FSL_SOC |
18 | select EPAPR_PARAVIRT | ||
18 | help | 19 | help |
19 | The Freescale hypervisor management driver provides several services | 20 | The Freescale hypervisor management driver provides several services |
20 | to drivers and applications related to the Freescale hypervisor: | 21 | to drivers and applications related to the Freescale hypervisor: |