MEDIA_SUPPORT is set by default to m so DVB_CORE can't be y and this is
the only tristate that we set to y that is controlled by MEDIA_SUPPORT.
Change it to m. Fixes:

    [NOTE]: 'CONFIG_DVB_CORE' last val (y) and .config val (m) do not match
    [INFO]: CONFIG_DVB_CORE : m ## .config: 3617 
:configs/v5.4/standard/features/media/media.cfg (y)
    [INFO]: raw config text:

        config DVB_CORE
                tristate
                default y
                select CRC32
                depends on MEDIA_SUPPORT && MEDIA_DIGITAL_TV_SUPPORT && (I2C || 
I2C = n) && MEDIA_SUPPORT

        Config 'DVB_CORE' has the following Direct dependencies (DVB_CORE=m):
                MEDIA_SUPPORT(=m) && MEDIA_DIGITAL_TV_SUPPORT(=y) && I2C(=y) || 
I2C(=y) = n (=y)
        Parent dependencies are:
             MEDIA_DIGITAL_TV_SUPPORT [y] MEDIA_SUPPORT [m] I2C [y]
    [INFO]: config 'CONFIG_DVB_CORE' was set, but it wasn't assignable, check 
(parent) dependencies

Signed-off-by: Anuj Mittal <anuj.mit...@intel.com>
---
 features/media/media.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/media/media.cfg b/features/media/media.cfg
index 401acae6..13e57b73 100644
--- a/features/media/media.cfg
+++ b/features/media/media.cfg
@@ -38,7 +38,7 @@ CONFIG_VIDEOBUF2_VMALLOC=m
 #
 # Digital Video Broadcast support
 #
-CONFIG_DVB_CORE=y
+CONFIG_DVB_CORE=m
 CONFIG_DVB_NET=y
 CONFIG_DVB_MAX_ADAPTERS=8
 CONFIG_DVB_DYNAMIC_MINORS=y
-- 
2.25.4

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8940): 
https://lists.yoctoproject.org/g/linux-yocto/message/8940
Mute This Topic: https://lists.yoctoproject.org/mt/76054236/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to