On 24.03.20 14:42, Mauro Carvalho Chehab wrote: > This patch series do lots of reorg at the media Kconfig options. > It also move test drivers from platform dir to a new one. > > After this change, the main config is organized on menus, allowing to > select: > > - type of devices selection - the filtering options > - Media core options - with API and other core stuff > - Media core extra options > - Media drivers > - Media ancillary drivers > > The "type of devices" menu has the filtering options for: > > - Cameras and video grabbers > - Analog TV > - Digital TV > - AM/FM radio receivers/transmitters > - SDR > - CEC > - Embeded devices (SoC) > - Test drivers > > This way, one interested only on embedded devices can unselect > everything but "Embedded devices (SoC)" option. > > Distros for PC/Laptops can enable everything but > "Embedded devices (SoC)" and "Test drivers". > > Users can select just what they want, without bothering with > hundreds of options that he won't have any clue about their > meanings. > > Mauro Carvalho Chehab (20): > media: dvb-usb: auto-select CYPRESS_FIRMWARE > media: Kconfig: not all V4L2 platform drivers are for camera > media: pci: move VIDEO_PCI_SKELETON to a different Kconfig > media: reorganize the drivers menu options > media: Kconfig: update the MEDIA_SUPPORT help message > media: Kconfig: use a sub-menu to select supported devices > media: Kconfig: add an option to filter in/out the embedded drivers > media: split test drivers from platform directory > media: Kconfig: make filtering devices optional > media: Kconfig: move CEC-specific options to cec/Kconfig > media: Kconfig: move comment to siano include > media: Kconfig: move DVB-specific options to dvb-core/Kconfig > media: Kconfig: move V4L2 subdev API to v4l2-core/Kconfig > media: Kconfig: move drivers-specific TTPCI_EEPROM Kconfig var > media: Kconfig: move media controller core select to main Kconfig > media: Kconfig: better organize menu items > media: Kconfig: mode firewire comment to firewire/Kconfig > media: Kconfig: place all options under a sub-menu > media: Kconfig: move the position of sub-driver autoselection > media: Kconfig: on !EMBEDDED && !EXPERT, enable driver filtering > There is a patch in linux-next (which I cannot find on lkml), which breaks the build on s390x: 4be5e8648b0c287aefc6ac3f3a0b12c696054f43 is the first bad commit commit 4be5e8648b0c287aefc6ac3f3a0b12c696054f43 Author: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> Date: Wed Apr 15 11:03:40 2020 +0200 media: move CEC platform drivers to a separate directory As CEC support doesn't depend on MEDIA_SUPPORT, let's place the platform drivers outside the media menu. As a side effect, instead of depends on PCI, seco driver can select it (and DMI). Acked-by: Hans Verkuil <hverkuil-cisco@xxxxxxxxx> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> [linux1@rhkvm01 linux]$ make -j4 scripts/kconfig/conf --syncconfig Kconfig drivers/pci/Kconfig:16:error: recursive dependency detected! drivers/pci/Kconfig:16: symbol PCI is selected by VIDEO_SECO_CEC drivers/media/cec/platform/Kconfig:100: symbol VIDEO_SECO_CEC 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:721: symbol HAS_IOMEM default value contains PCI For a resolution refer to Documentation/kbuild/kconfig-language.rst subsection "Kconfig recursive dependency limitations" make[3]: *** [syncconfig] Error 1 make[2]: *** [syncconfig] Error 2 make[1]: *** [include/config/auto.conf.cmd] Error 2 make: *** [sub-make] Error 2 -- Thanks, David / dhildenb