diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2023-10-05 16:25:42 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2023-10-06 09:49:38 +0900 |
commit | 4d11a7f1a19685d3e3fc8144f89e0f90d847c3e2 (patch) | |
tree | 6c48bfabc8f5311f896fca9f3656965b97c60e8c | |
parent | c2bb0d4501e1e8cd0fd998d0bebca93c5541770f (diff) | |
download | linux-starfive-4d11a7f1a19685d3e3fc8144f89e0f90d847c3e2.tar.gz linux-starfive-4d11a7f1a19685d3e3fc8144f89e0f90d847c3e2.tar.bz2 linux-starfive-4d11a7f1a19685d3e3fc8144f89e0f90d847c3e2.zip |
RISCV: config: enable wave511 video codec driver as module
Enable wave511 video codec driver as module and also enable all
depending configs.
Change-Id: I0aeb0dfc0a844a3cc17c5054df61454c3f88e5fb
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | arch/riscv/configs/tizen_visionfive2_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/configs/tizen_visionfive2_defconfig b/arch/riscv/configs/tizen_visionfive2_defconfig index 75b29780fc2c..64c8e232bf49 100644 --- a/arch/riscv/configs/tizen_visionfive2_defconfig +++ b/arch/riscv/configs/tizen_visionfive2_defconfig @@ -286,10 +286,14 @@ CONFIG_MEDIA_SUPPORT=y CONFIG_MEDIA_SUPPORT_FILTER=y # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_PLATFORM_SUPPORT=y CONFIG_MEDIA_USB_SUPPORT=y CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA_ZC3XX=m CONFIG_USB_VIDEO_CLASS=y +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_V4L_MEM2MEM_DRIVERS=y +CONFIG_VIDEO_WAVE_VPU=m CONFIG_DRM_I2C_CH7006=m CONFIG_DRM_I2C_SIL164=m CONFIG_DRM_VERISILICON=y |