All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media/test-drivers/Kconfig: fix broken Kconfig
@ 2020-09-12  7:59 Hans Verkuil
  0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2020-09-12  7:59 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Daniel W. S. Almeida

menuconfig DVB_TEST_DRIVERS should be added after the V4L_TEST_DRIVERS,
otherwise there are no drivers listed in these two menus.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Fixes: 24fb190e92e0 ("media: vidtv: implement a tuner driver")
---
diff --git a/drivers/media/test-drivers/Kconfig b/drivers/media/test-drivers/Kconfig
index 874fcc72c48c..e27d6602545d 100644
--- a/drivers/media/test-drivers/Kconfig
+++ b/drivers/media/test-drivers/Kconfig
@@ -4,16 +4,6 @@ menuconfig V4L_TEST_DRIVERS
 	bool "V4L test drivers"
 	depends on VIDEO_DEV

-menuconfig DVB_TEST_DRIVERS
-	bool "DVB test drivers"
-	depends on DVB_CORE && MEDIA_SUPPORT && I2C
-	help
-	  Enables DVB test drivers.
-
-	  This enables the DVB test drivers. They are meant as an aid for
-	  DVB device driver writers and developers working on userspace
-	  media applications.
-
 if V4L_TEST_DRIVERS

 source "drivers/media/test-drivers/vimc/Kconfig"
@@ -35,6 +25,16 @@ source "drivers/media/test-drivers/vicodec/Kconfig"

 endif #V4L_TEST_DRIVERS

+menuconfig DVB_TEST_DRIVERS
+	bool "DVB test drivers"
+	depends on DVB_CORE && MEDIA_SUPPORT && I2C
+	help
+	  Enables DVB test drivers.
+
+	  This enables the DVB test drivers. They are meant as an aid for
+	  DVB device driver writers and developers working on userspace
+	  media applications.
+
 if DVB_TEST_DRIVERS

 source "drivers/media/test-drivers/vidtv/Kconfig"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-12  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12  7:59 [PATCH] media/test-drivers/Kconfig: fix broken Kconfig Hans Verkuil

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.