Skip to content

Commit bffb522

Browse files
paulkocialkowskimchehab
authored andcommitted
media: sun6i-csi: Tidy up Kconfig
Update the option title and help, group related options together, add dependency on VIDEO_DEV since the driver uses it and update the description. Signed-off-by: Paul Kocialkowski <[email protected]> Acked-by: Jernej Skrabec <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 69b8065 commit bffb522

File tree

1 file changed

+7
-5
lines changed
  • drivers/media/platform/sunxi/sun6i-csi

1 file changed

+7
-5
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config VIDEO_SUN6I_CSI
3-
tristate "Allwinner V3s Camera Sensor Interface driver"
4-
depends on V4L_PLATFORM_DRIVERS
5-
depends on VIDEO_DEV && COMMON_CLK && RESET_CONTROLLER && HAS_DMA && PM
3+
tristate "Allwinner A31 Camera Sensor Interface (CSI) Driver"
4+
depends on V4L_PLATFORM_DRIVERS && VIDEO_DEV
65
depends on ARCH_SUNXI || COMPILE_TEST
6+
depends on PM && COMMON_CLK && RESET_CONTROLLER && HAS_DMA
77
select MEDIA_CONTROLLER
88
select VIDEO_V4L2_SUBDEV_API
99
select VIDEOBUF2_DMA_CONTIG
10-
select REGMAP_MMIO
1110
select V4L2_FWNODE
11+
select REGMAP_MMIO
1212
help
13-
Support for the Allwinner Camera Sensor Interface Controller on V3s.
13+
Support for the Allwinner A31 Camera Sensor Interface (CSI)
14+
controller, also found on other platforms such as the A83T, H3,
15+
V3/V3s or A64.

0 commit comments

Comments
 (0)