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"
 
 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"