From: Seung-Woo Kim Date: Tue, 4 Mar 2025 01:03:09 +0000 (+0900) Subject: RISCV: configs: Disable SPACEMIT camera config options X-Git-Tag: accepted/tizen/unified/20250514.114144~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=770e2b1cbaf5c85cf86661056612cea86730d3a9;p=platform%2Fkernel%2Flinux-riscv.git RISCV: configs: Disable SPACEMIT camera config options In tizen, for bpif3 board, spacemit mipi camera is not used. Instead, usb camera is used. The spacemit camera config options enables video device node for spacemit mipi camera, but it is not worked because no sensor is connected. To prevent using the spacemit camera device node, disable spacemit camera config options. Change-Id: Icf1aee240af8c787e06b8c91eda75b913507d399 Signed-off-by: Seung-Woo Kim --- diff --git a/arch/riscv/configs/tizen_bpif3_defconfig b/arch/riscv/configs/tizen_bpif3_defconfig index a7873ee98092..ca2c8a68b78f 100644 --- a/arch/riscv/configs/tizen_bpif3_defconfig +++ b/arch/riscv/configs/tizen_bpif3_defconfig @@ -383,12 +383,6 @@ CONFIG_MEDIA_USB_SUPPORT=y CONFIG_USB_VIDEO_CLASS=y # CONFIG_RADIO_ADAPTERS is not set CONFIG_VIDEO_LINLON_K1X=y -CONFIG_SPACEMIT_K1X_CAMERA_V2=y -CONFIG_SPACEMIT_K1X_VI_V2=y -CONFIG_SPACEMIT_K1X_VI_IOMMU=y -CONFIG_SPACEMIT_K1X_ISP_V2=y -CONFIG_SPACEMIT_K1X_CPP_V2=y -CONFIG_SPACEMIT_K1X_SENSOR_V2=y # CONFIG_CXD2880_SPI_DRV is not set # CONFIG_MEDIA_TUNER_E4000 is not set # CONFIG_MEDIA_TUNER_FC0011 is not set