1# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd. 2# SPDX-License-Identifier: Apache-2.0 3 4config VIDEO_ESP32 5 bool "Video interface driver" 6 select DMA 7 depends on DT_HAS_ESPRESSIF_ESP32_LCD_CAM_ENABLED 8 default y 9 help 10 This option enables the video interface for the esp32s3. 11