mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-10 17:09:04 -04:00
Add Kconfig and Makefile for the IPU6 driver. Signed-off-by: Bingbu Cao <bingbu.cao@intel.com> Signed-off-by: Andreas Helbech Kleist <andreaskleist@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
9 lines
186 B
Makefile
9 lines
186 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the IPU drivers
|
|
#
|
|
obj-$(CONFIG_IPU_BRIDGE) += ipu-bridge.o
|
|
obj-y += ipu3/
|
|
obj-y += ivsc/
|
|
obj-$(CONFIG_VIDEO_INTEL_IPU6) += ipu6/
|