Skip to content

Commit 8008347

Browse files
committed
fix(cam): fix camera kconfig about dw_gdma
1 parent b43daa6 commit 8008347

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/esp_driver_cam/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
menu "ESP-Driver:Camera Controller Configurations"
22

3-
depends on SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED
3+
depends on SOC_MIPI_CSI_SUPPORTED || SOC_ISP_DVP_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED
44

55
config CAM_CTLR_MIPI_CSI_ISR_CACHE_SAFE
66
bool "CSI ISR Cache-Safe"
@@ -16,6 +16,7 @@ menu "ESP-Driver:Camera Controller Configurations"
1616

1717
config CAM_CTLR_ISP_DVP_ISR_CACHE_SAFE # IDF-10093
1818
bool "ISP_DVP ISR Cache-Safe"
19+
depends on SOC_ISP_DVP_SUPPORTED
1920
default n
2021
select DW_GDMA_ISR_IRAM_SAFE
2122
select DW_GDMA_CTRL_FUNC_IN_IRAM

components/esp_driver_cam/test_apps/dvp/sdkconfig.ci.cache_safe

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
44
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
55
CONFIG_HAL_ASSERTION_SILENT=y
66

7-
CONFIG_CAM_CTLR_MIPI_CSI_ISR_CACHE_SAFE=y
8-
CONFIG_CAM_CTLR_ISP_DVP_ISR_CACHE_SAFE=y
97
CONFIG_CAM_CTLR_DVP_CAM_ISR_CACHE_SAFE=y

0 commit comments

Comments
 (0)