Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7adc4e13 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "defconfig: msm: Define common hypervisor flag"

parents 2eb95c6c 6a36454b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -260,6 +260,15 @@ config PGTABLE_LEVELS
	default 3 if ARM64_16K_PAGES && ARM64_VA_BITS_47
	default 4 if !ARM64_64K_PAGES && ARM64_VA_BITS_48

config MSM_GVM
	bool "Enable virtualization Support for MSM kernel"
	help
	  This enables support for MSM Kernel based virtual
	  machine for any platform.
	  This helps to enable virtual driver support.
	  This should work on 64bit machine.
	  If you don't know what to do here, say N.

config MSM_GVM_QUIN
	bool "Enable virtualization Support for MSM kernel required for QUIN platform"
	help
+1 −1
Original line number Diff line number Diff line
CONFIG_MSM_GVM=y
CONFIG_LOCALVERSION="-perf"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SYSVIPC=y
@@ -267,7 +268,6 @@ CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y
CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_DRM=y
# CONFIG_DRM_MSM is not set
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_SOC=y
+1 −1
Original line number Diff line number Diff line
CONFIG_MSM_GVM=y
CONFIG_SYSVIPC=y
CONFIG_AUDIT=y
CONFIG_NO_HZ=y
@@ -259,7 +260,6 @@ CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y
CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_DRM=y
# CONFIG_DRM_MSM is not set
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_SOC=y
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
config DRM_MSM_HYP
	tristate "MSM DRM HYP"
	depends on DRM
	depends on MSM_GVM_QUIN
	depends on MSM_GVM
	depends on OF
	default y
	help
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ config DRM_MSM
	depends on DRM
	depends on ARCH_QCOM || (ARM && COMPILE_TEST)
	depends on OF
	depends on !MSM_GVM
	select REGULATOR
	select DRM_KMS_HELPER
	select DRM_PANEL