Ubiquitous/RT_Thread/: eliminate the Kconfig warning in ov2640 driver

This commit is contained in:
chunyexixiaoyu 2022-01-25 14:44:27 +08:00
parent 600d615765
commit 8fc1462141
1 changed files with 4 additions and 4 deletions

View File

@ -20,19 +20,19 @@ if DRV_USING_OV2640
bool "RGB565 mode"
endchoice
config OV2640_X_RESOLUTION_IMAGE_OUTSIZE
int " X direction resolution of outputimage"
int "X direction resolution of outputimage"
default 240
config OV2640_Y_RESOLUTION_IMAGE_OUTSIZE
int " Y direction resolution of outputimage"
int "Y direction resolution of outputimage"
default 240
config OV2640_X_IMAGE_WINDOWS_SIZE
int " X direction WINDOWS SIZE"
int "X direction WINDOWS SIZE"
default 400
comment "the value must be greater than OV2640_X_RESOLUTION_IMAGE_OUTSIZE"
config OV2640_Y_IMAGE_WINDOWS_SIZE
int " Y direction WINDOWS SIZE"
int "Y direction WINDOWS SIZE"
default 400
comment "the value must be greater than OV2640_Y_RESOLUTION_IMAGE_OUTSIZE"
endif