[Intel-gfx] [drm-intel:topic/core-for-CI 20/20] drivers/pci/Kconfig:16:error: recursive dependency detected!
kbuild test robot
lkp at intel.com
Fri Nov 22 12:23:56 UTC 2019
tree: git://anongit.freedesktop.org/drm-intel topic/core-for-CI
head: 33c006e813c3896741927f86bf30c8b647c9b366
commit: 33c006e813c3896741927f86bf30c8b647c9b366 [20/20] Revert "drm/i915: Don't select BROKEN"
config: alpha-defconfig
compiler: alpha-linux-gcc (GCC) 7.4.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 33c006e813c3896741927f86bf30c8b647c9b366
GCC_VERSION=7.4.0 make.cross ARCH=alpha defconfig
GCC_VERSION=7.4.0 make.cross ARCH=alpha
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp at 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:76: symbol BROKEN is selected by DRM_I915_DEBUG
drivers/gpu/drm/i915/Kconfig.debug:20: 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 at lst.de>
:::::: CC: Masahiro Yamada <yamada.masahiro at socionext.com>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation
More information about the Intel-gfx
mailing list