linux-stable/drivers/media/pci/intel/ipu3
Sakari Ailus 4670c8c3fb media: ipu-bridge: Fix Kconfig dependencies
The current Kconfig symbol dependencies allow having the following Kconfig
symbol values

	CONFIG_IPU_BRIDGE=m
	CONFIG_VIDEO_IPU3_CIO2=y
	CONFIG_CIO2_BRIDGE=n

This does not work as the IPU bridge API is conditional to
IS_ENABLED(CONFIG_IPU_BRIDGE). Fix this by changing the dependencies so
that CONFIG_IPU_BRIDGE can be separately selected.

The CONFIG_CIO2_BRIDGE symbol becomes redundant as a result and is
removed.

Fixes: 2545a2c02b ("media: ipu3-cio2: allow ipu_bridge to be a module again")
Suggested-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2023-10-02 10:02:53 +02:00
..
ipu3-cio2.c media: ipu-bridge: Add a runtime-pm device-link between VCM and sensor 2023-08-10 07:58:40 +02:00
ipu3-cio2.h media: ipu3-cio2: rename cio2 bridge to ipu bridge and move out of ipu3 2023-07-14 12:40:48 +02:00
Kconfig media: ipu-bridge: Fix Kconfig dependencies 2023-10-02 10:02:53 +02:00
Makefile media: ipu3-cio2: rename ipu3-cio2-main.c back to ipu3-cio2.c 2023-07-14 12:43:48 +02:00