From 770e2b1cbaf5c85cf86661056612cea86730d3a9 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Tue, 4 Mar 2025 10:03:09 +0900 Subject: [PATCH] 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 --- arch/riscv/configs/tizen_bpif3_defconfig | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.34.1