14 lines
473 B
Plaintext
14 lines
473 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_SUN8I_A83T_MIPI_CSI2
|
|
tristate "Allwinner A83T MIPI CSI-2 Controller and D-PHY Driver"
|
|
depends on V4L_PLATFORM_DRIVERS && VIDEO_DEV
|
|
depends on ARCH_SUNXI || COMPILE_TEST
|
|
depends on PM && COMMON_CLK && RESET_CONTROLLER
|
|
select MEDIA_CONTROLLER
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select V4L2_FWNODE
|
|
select REGMAP_MMIO
|
|
select GENERIC_PHY_MIPI_DPHY
|
|
help
|
|
Support for the Allwinner A83T MIPI CSI-2 controller and D-PHY.
|