blob: 1c5d5959a23421b6c55c66c300032cc5b577c1f0 [file]
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#
# Amlogic multimedia input configuration
#
menu "Input drivers"
config AMLOGIC_MEDIA_VIN
bool "Amlogic drivers of the media video in"
depends on AMLOGIC_MEDIA_DRIVERS
default n
help
This option is used to configure Amlogic drivers
of the multimedia video in, which consists of tvin
module, dvb module and camera module.
if AMLOGIC_MEDIA_VIN
source "$(COMMON_DRIVERS_DIR)/drivers/media/vin/tvin/Kconfig"
source "$(COMMON_DRIVERS_DIR)/drivers/media/vin/adc/Kconfig"
endif
endmenu