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

Commit efaecfac authored by Narendra Muppalla's avatar Narendra Muppalla
Browse files

kconfig: add config dependency in drm, v4l2 and snd drivers



This change adds Kconfig dependency for drm framework
config, v4l2-core config , external display config
and snd codecs config.

Change-Id: Id7f7d3ebd833777b08bc0c10799d58721e0c9c0b
Signed-off-by: default avatarNarendra Muppalla <NarendraM@codeaurora.org>
parent bfdb5e57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ menuconfig DRM

config DRM_MIPI_DSI
	bool
	depends on DRM
	default y if DRM

config DRM_DP_AUX_CHARDEV
	bool "DRM DP AUX Interface"
@@ -68,7 +68,7 @@ config DRM_DEBUG_SELFTEST

config DRM_KMS_HELPER
	tristate
	depends on DRM
	default y if DRM
	help
	  CRTC helpers for KMS drivers.

+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ config VIDEO_TUNER
# Used by drivers that need v4l2-mem2mem.ko
config V4L2_MEM2MEM_DEV
	tristate
	depends on VIDEOBUF2_CORE
	default y if ARCH_QCOM && VIDEO_V4L2

# Used by LED subsystem flash drivers
config V4L2_FLASH_LED_CLASS
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ menu "Qualcomm technologies inc. MSM specific device drivers"

config MSM_EXT_DISPLAY
	bool "MSM External Display Driver"
	default y if ARCH_QCOM && DRM
	help
	  Enabling this option adds MSM External Display Driver.
	  External Display driver was added to support the communication
+1 −0
Original line number Diff line number Diff line
@@ -582,6 +582,7 @@ config SND_SOC_HDMI_CODEC
	select SND_PCM_ELD
	select SND_PCM_IEC958
	select HDMI
	default y if SND_SOC

config SND_SOC_ES7134
       tristate "Everest Semi ES7134 CODEC"