Commit 63fe3d27 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: platform/*/Kconfig: make manufacturer menus more uniform



Do some adjustments at the per-vendor Kconfig, adding a comment at
the beginning in order to identify the manufacturer, and adjust
a few entries to make them look more uniform.

Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> # For sunxi
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent f2ab6d3e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only

comment "Allegro DVT media platform drivers"

config VIDEO_ALLEGRO_DVT
	tristate "Allegro DVT Video IP Core"
	depends on V4L_MEM2MEM_DRIVERS
+3 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only

comment "Amlogic media platform drivers"

source "drivers/media/platform/amlogic/meson-ge2d/Kconfig"
+3 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only

comment "Aspeed media platform drivers"

config VIDEO_ASPEED
	tristate "Aspeed AST2400 and AST2500 Video Engine driver"
	depends on V4L_PLATFORM_DRIVERS
+3 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only

comment "Atmel media platform drivers"

config VIDEO_ATMEL_ISC
	tristate "ATMEL Image Sensor Controller (ISC) support"
	depends on V4L_PLATFORM_DRIVERS
+1 −12
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
config VIDEO_CADENCE
	bool "Cadence Video Devices"
	depends on V4L_PLATFORM_DRIVERS
	help
	  If you have a media device designed by Cadence, say Y.

	  Note that this option doesn't include new drivers in the kernel:
	  saying N will just cause Kconfig to skip all the questions about
	  Cadence media devices.

if VIDEO_CADENCE
comment "Cadence media platform drivers"

config VIDEO_CADENCE_CSI2RX
	tristate "Cadence MIPI-CSI2 RX Controller"
@@ -34,5 +25,3 @@ config VIDEO_CADENCE_CSI2TX

	  To compile this driver as a module, choose M here: the module will be
	  called cdns-csi2tx.

endif
Loading