aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soc/qcom/Kconfig')
-rw-r--r--drivers/soc/qcom/Kconfig9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 07bad4991efc..bfd117469ffe 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -790,16 +790,9 @@ source "drivers/soc/qcom/wcnss/Kconfig"
config QCOM_HYP_CORE_CTL
bool "CPU reservation scheme for Hypervisor"
+ depends on OKL4_GUEST
help
This driver reserve the specified CPUS by isolating them. The reserved
CPUs can be assigned to the other guest OS by the hypervisor.
An offline CPU is considered as a reserved CPU since this OS can't use
it.
-
-config QCOM_HYP_CORE_CTL_RESERVE_CPUS
- string "Reserve CPUs for HYP_CORE_CTL"
- depends on QCOM_HYP_CORE_CTL
- default "4-5" if ARCH_SDM670
- help
- A compile time knob for specifying the cpumask that contains the CPUs
- to be reserved by the QCOM_HYP_CORE_CTL driver.