All of lore.kernel.org
 help / color / mirror / Atom feed
* [drm-drm-intel:topic/core-for-CI 18/20] drivers/pci/Kconfig:16:error: recursive dependency detected!
@ 2020-03-01  3:37 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-03-01  3:37 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 3480 bytes --]

tree:   git://anongit.freedesktop.org/drm/drm-intel topic/core-for-CI
head:   8a61c65409b1993abccc2c379f30a047972a0622
commit: 19f102d485b9f5e03677f73133d9922e2650686f [18/20] Revert "drm/i915: Don't select BROKEN"
config: alpha-allnoconfig
compiler: alpha-linux-gcc (GCC) 7.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 19f102d485b9f5e03677f73133d9922e2650686f
        GCC_VERSION=7.5.0 make.cross ARCH=alpha  allnoconfig
        GCC_VERSION=7.5.0 make.cross ARCH=alpha 

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

All errors (new ones prefixed by >>):

>> drivers/pci/Kconfig:16:error: recursive dependency detected!
   drivers/pci/Kconfig:16: symbol PCI depends on HAVE_PCI
   drivers/pci/Kconfig:7: symbol HAVE_PCI is selected by FORCE_PCI
>> drivers/pci/Kconfig:11: symbol FORCE_PCI is selected by ALPHA_JENSEN
>> arch/alpha/Kconfig:204: symbol ALPHA_JENSEN is part of choice <choice>
>> arch/alpha/Kconfig:83: choice <choice> contains symbol ALPHA_JENSEN
>> arch/alpha/Kconfig:204: symbol ALPHA_JENSEN is part of choice BROKEN
   init/Kconfig:77: symbol BROKEN is selected by DRM_I915_DEBUG
   drivers/gpu/drm/i915/Kconfig.debug:19: symbol DRM_I915_DEBUG depends on DRM_I915
   drivers/gpu/drm/i915/Kconfig:2: symbol DRM_I915 depends on DRM
   drivers/gpu/drm/Kconfig:8: symbol DRM depends on AGP
   drivers/char/agp/Kconfig:2: symbol AGP depends on PCI
   For a resolution refer to Documentation/kbuild/kconfig-language.rst
   subsection "Kconfig recursive dependency limitations"

vim +16 drivers/pci/Kconfig

5f8fc43217a01c Bogicevic Sasa    2016-02-03   5  
eb01d42a77785f Christoph Hellwig 2018-11-15   6  # select this to offer the PCI prompt
eb01d42a77785f Christoph Hellwig 2018-11-15   7  config HAVE_PCI
eb01d42a77785f Christoph Hellwig 2018-11-15   8  	bool
eb01d42a77785f Christoph Hellwig 2018-11-15   9  
eb01d42a77785f Christoph Hellwig 2018-11-15  10  # select this to unconditionally force on PCI support
eb01d42a77785f Christoph Hellwig 2018-11-15 @11  config FORCE_PCI
eb01d42a77785f Christoph Hellwig 2018-11-15  12  	bool
eb01d42a77785f Christoph Hellwig 2018-11-15  13  	select HAVE_PCI
eb01d42a77785f Christoph Hellwig 2018-11-15  14  	select PCI
eb01d42a77785f Christoph Hellwig 2018-11-15  15  
eb01d42a77785f Christoph Hellwig 2018-11-15 @16  menuconfig PCI
eb01d42a77785f Christoph Hellwig 2018-11-15  17  	bool "PCI support"
eb01d42a77785f Christoph Hellwig 2018-11-15  18  	depends on HAVE_PCI
eb01d42a77785f Christoph Hellwig 2018-11-15  19  	help
eb01d42a77785f Christoph Hellwig 2018-11-15  20  	  This option enables support for the PCI local bus, including
eb01d42a77785f Christoph Hellwig 2018-11-15  21  	  support for PCI-X and the foundations for PCI Express support.
eb01d42a77785f Christoph Hellwig 2018-11-15  22  	  Say 'Y' here unless you know what you are doing.
eb01d42a77785f Christoph Hellwig 2018-11-15  23  

:::::: The code at line 16 was first introduced by commit
:::::: eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a PCI: consolidate PCI config entry in drivers/pci

:::::: TO: Christoph Hellwig <hch@lst.de>
:::::: CC: Masahiro Yamada <yamada.masahiro@socionext.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

only message in thread, other threads:[~2020-03-01  3:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-01  3:37 [drm-drm-intel:topic/core-for-CI 18/20] drivers/pci/Kconfig:16:error: recursive dependency detected! kbuild 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.