Hi all, After merging the v4l-dvb tree, today's linux-next build (s390 defconfig and other s390 configs) failed like this: drivers/pci/Kconfig:16:error: recursive dependency detected! drivers/pci/Kconfig:16: symbol PCI is selected by CEC_SECO drivers/media/cec/platform/Kconfig:100: symbol CEC_SECO depends on MEDIA_CEC_SUPPORT drivers/media/cec/Kconfig:27: symbol MEDIA_CEC_SUPPORT default is visible depending on MEDIA_SUPPORT_FILTER drivers/media/Kconfig:25: symbol MEDIA_SUPPORT_FILTER depends on MEDIA_SUPPORT drivers/media/Kconfig:12: symbol MEDIA_SUPPORT depends on HAS_IOMEM arch/s390/Kconfig:722: symbol HAS_IOMEM default value contains PCI For a resolution refer to Documentation/kbuild/kconfig-language.rst subsection "Kconfig recursive dependency limitations" Not really sure which commit caused this. -- Cheers, Stephen Rothwell