All of lore.kernel.org
 help / color / mirror / Atom feed
* [jsarha:topic/chromeos-4.19-s0ix 9034/9999] kismet: WARNING: unmet direct dependencies detected for MTK_SCP when selected by VIDEO_MEDIATEK_ISP_PASS1
@ 2022-06-06  8:40 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-06-06  8:40 UTC (permalink / raw)
  To: Jungo Lin
  Cc: Paul Gazzillo, Necip Fazil Yildiran, kbuild-all, linux-kernel,
	Bibby Hsieh, Tomasz Figa, Nicolas Boichat

tree:   https://github.com/jsarha/linux topic/chromeos-4.19-s0ix
head:   430bdaa0a8c38697780f45a148964d71951df11f
commit: 910bef3a45ed1e7f972f68e83327775901629aa7 [9034/9999] BACKPORT: FROMLIST: media: platform: Add Mediatek ISP P1 V4L2 device driver
config: (https://download.01.org/0day-ci/archive/20220606/202206061624.sd15IDv3-lkp@intel.com/config)
reproduce:
        # https://github.com/jsarha/linux/commit/910bef3a45ed1e7f972f68e83327775901629aa7
        git remote add jsarha https://github.com/jsarha/linux
        git fetch --no-tags jsarha topic/chromeos-4.19-s0ix
        git checkout 910bef3a45ed1e7f972f68e83327775901629aa7
        # 1. reproduce by kismet
           # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md
           kismet --linux-ksrc=linux --selectees CONFIG_MTK_SCP --selectors CONFIG_VIDEO_MEDIATEK_ISP_PASS1 -a=arm64
        # 2. reproduce by make
           # save the config file to linux source tree
           cd linux
           make ARCH=arm64 olddefconfig

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>


kismet warnings: (new ones prefixed by >>)
>> kismet: WARNING: unmet direct dependencies detected for MTK_SCP when selected by VIDEO_MEDIATEK_ISP_PASS1
   
   WARNING: unmet direct dependencies detected for MTK_SCP
     Depends on [n]: REMOTEPROC [=n] && ARCH_MEDIATEK [=n]
     Selected by [y]:
     - VIDEO_MEDIATEK_ISP_PASS1 [=y] && MEDIA_SUPPORT [=y] && V4L_PLATFORM_DRIVERS [=y] && VIDEO_V4L2 [=y] && VIDEO_V4L2_SUBDEV_API [=y] && (ARCH_MEDIATEK [=n] || COMPILE_TEST [=y])
   
   WARNING: unmet direct dependencies detected for SND_SOC_MAX98373
     Depends on [n]: SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && I2C [=n]
     Selected by [y]:
     - SND_SOC_INTEL_CNL_MAX98373_MACH [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_SOC_INTEL_MACH [=y] && SND_SOC_INTEL_SKYLAKE [=y]

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [jsarha:topic/chromeos-4.19-s0ix 9034/9999] kismet: WARNING: unmet direct dependencies detected for MTK_SCP when selected by VIDEO_MEDIATEK_ISP_PASS1
@ 2024-06-12 11:32 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-06-12 11:32 UTC (permalink / raw)
  Cc: oe-kbuild-all

tree:   https://github.com/jsarha/linux topic/chromeos-4.19-s0ix
head:   430bdaa0a8c38697780f45a148964d71951df11f
commit: 910bef3a45ed1e7f972f68e83327775901629aa7 [9034/9999] BACKPORT: FROMLIST: media: platform: Add Mediatek ISP P1 V4L2 device driver
config: arm64-kismet-CONFIG_MTK_SCP-CONFIG_VIDEO_MEDIATEK_ISP_PASS1-0-0 (https://download.01.org/0day-ci/archive/20240612/202406121928.GB0rWMYU-lkp@intel.com/config)
reproduce: (https://download.01.org/0day-ci/archive/20240612/202406121928.GB0rWMYU-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202406121928.GB0rWMYU-lkp@intel.com/

kismet warnings: (new ones prefixed by >>)
>> kismet: WARNING: unmet direct dependencies detected for MTK_SCP when selected by VIDEO_MEDIATEK_ISP_PASS1
   WARNING: unmet direct dependencies detected for MTK_SCP
     Depends on [n]: REMOTEPROC [=n] && ARCH_MEDIATEK [=y]
     Selected by [y]:
     - VIDEO_MEDIATEK_ISP_PASS1 [=y] && MEDIA_SUPPORT [=y] && V4L_PLATFORM_DRIVERS [=y] && VIDEO_V4L2 [=y] && VIDEO_V4L2_SUBDEV_API [=y] && (ARCH_MEDIATEK [=y] || COMPILE_TEST [=n])
   
   WARNING: unmet direct dependencies detected for CRYPTO_ARC4
     Depends on [n]: CRYPTO [=n]
     Selected by [m]:
     - RTLLIB_CRYPTO_TKIP [=m] && STAGING [=y] && RTLLIB [=m]
     - RTLLIB_CRYPTO_WEP [=m] && STAGING [=y] && RTLLIB [=m]
   
   WARNING: unmet direct dependencies detected for CRYPTO_AES
     Depends on [n]: CRYPTO [=n]
     Selected by [m]:
     - RTLLIB_CRYPTO_CCMP [=m] && STAGING [=y] && RTLLIB [=m]
   
   WARNING: unmet direct dependencies detected for CRYPTO_MICHAEL_MIC
     Depends on [n]: CRYPTO [=n]
     Selected by [m]:
     - RTLLIB_CRYPTO_TKIP [=m] && STAGING [=y] && RTLLIB [=m]

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

end of thread, other threads:[~2024-06-12 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-06  8:40 [jsarha:topic/chromeos-4.19-s0ix 9034/9999] kismet: WARNING: unmet direct dependencies detected for MTK_SCP when selected by VIDEO_MEDIATEK_ISP_PASS1 kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2024-06-12 11:32 kernel test robot

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.