/linux/drivers/media/pci/saa7164/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/pci/cx18/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/pci/cx88/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/pci/saa7134/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/pci/bt8xx/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/usb/au0828/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/pci/cx23885/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/usb/cx231xx/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/usb/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/pci/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/linux/drivers/media/platform/ |
H A D | Kconfig | diff 85f7cd3a2aadd3be9652ce105370f561ff755a26 Tue Apr 14 11:00:30 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Revert "media: Kconfig: better support hybrid TV devices"
Changing from "depends on" to "select" may cause some side-effects. This patch is not ready to be merged yet, as it requires some adjustments.
So, let's revert it.
This reverts commit a3b91d8bd1e034c8ed89d3f55243478af97a0a52.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> diff a3b91d8bd1e034c8ed89d3f55243478af97a0a52 Wed Mar 25 08:36:36 CET 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> media: Kconfig: better support hybrid TV devices
Right now, if one has an hybrid TV card, it has to select both analog and digital TV support, as otherwise the needed core support won't be selected.
Change the logic to auto-select the core support for those drivers, as this is a way more intuitive.
It should be noticed that, as now both DVB_CORE and VIDEO_DEV defaults depends on selecting a hybrid cards, we had to remove the explicit dependencies there, in order to avoid circular dependencies.
That requires some tricks:
1) the prompt should not be not visible when an hybrid card is selected, as the user shold not change it.
2) When a media hybrid device is selected, the modular option for DVB_CORE and VIDEO_DEV will follow the MEDIA_SUPPORT dependency, as we can't have a core built with "y" with a driver built as module.
Note: while here, moved two pure V4L2 PCI drivers out of the "hybrid" part of config and consider pvrusb2 as an hybrid device.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|