All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y
@ 2022-05-13 17:30 Lecopzer Chen
  2022-05-16 16:52 ` kernel test robot
  0 siblings, 1 reply; 3+ messages in thread
From: Lecopzer Chen @ 2022-05-13 17:30 UTC (permalink / raw)
  To: mchehab, linux-media, linux-kernel
  Cc: hverkuil, yj.chiang, Lecopzer Chen, Hans Verkuil

A case that CONFIG_MEDIA_SUPPORT is y but we need DVB_CORE=m, and
this doesn't work since DVB_CORE is default MEDIA_DIGITAL_TV_SUPPORT
and then follows MEDIA_SUPPORT.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Lecopzer Chen <lecopzer.chen@mediatek.com>
---
 drivers/media/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index ba6592b3dab2..c64bba94f950 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -182,7 +182,7 @@ config MEDIA_CONTROLLER
 #
 
 config DVB_CORE
-	tristate
+	tristate "DVB Core"
 	depends on MEDIA_DIGITAL_TV_SUPPORT
 	depends on (I2C || I2C=n)
 	default MEDIA_DIGITAL_TV_SUPPORT
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH v2] media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y
@ 2021-11-03  7:57 Lecopzer Chen
  0 siblings, 0 replies; 3+ messages in thread
From: Lecopzer Chen @ 2021-11-03  7:57 UTC (permalink / raw)
  To: linux-media
  Cc: mchehab, yj.chiang, linux-kernel, hverkuil, Lecopzer Chen, Hans Verkuil

A case in Android GKI set MEDIA_SUPPORT to y but we need DVB_CORE=m,
and this doesn't work since DVB_CORE is default MEDIA_DIGITAL_TV_SUPPORT
and then follows MEDIA_SUPPORT.

Change to tristate to make DVB_CORE=m possible when MEDIA_SUPPORT=y

Signed-off-by: Lecopzer Chen <lecopzer.chen@mediatek.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
---
 drivers/media/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index b07812657cee..f2d1d7fdcea1 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -179,7 +179,7 @@ config MEDIA_CONTROLLER
 #
 
 config DVB_CORE
-	tristate
+	tristate "DVB core"
 	depends on MEDIA_DIGITAL_TV_SUPPORT
 	depends on (I2C || I2C=n)
 	default MEDIA_DIGITAL_TV_SUPPORT
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-16 16:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 17:30 [PATCH v2] media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y Lecopzer Chen
2022-05-16 16:52 ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-11-03  7:57 Lecopzer Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.