Skip to content

Commit

Permalink
config: Enable Cedrus video (de/en)coding engine as module (#17)
Browse files Browse the repository at this point in the history
This enables the Cedrus video encoding and decoding engine found on sunxi SoCs
  • Loading branch information
Haxk20 authored Nov 14, 2023
1 parent 09c4723 commit ab74f47
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion external/config/kernel/linux-5.16-sun50iw9-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -2563,6 +2563,7 @@ CONFIG_NET_FAILOVER=m
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=y
CONFIG_INPUT_FF_MEMLESS=m
# CONFIG_INPUT_POLLDEV is not set
# CONFIG_INPUT_SPARSEKMAP is not set
CONFIG_INPUT_MATRIXKMAP=m

Expand Down Expand Up @@ -2757,6 +2758,7 @@ CONFIG_TOUCHSCREEN_TSC2007=y
# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
# CONFIG_TOUCHSCREEN_IQS5XX is not set
# CONFIG_TOUCHSCREEN_ZINITIX is not set
# CONFIG_TOUCHSCREEN_NS2009 is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_ATMEL_CAPTOUCH is not set
Expand Down Expand Up @@ -3766,6 +3768,7 @@ CONFIG_VIDEO_V4L2_SUBDEV_API=y
# CONFIG_VIDEO_ADV_DEBUG is not set
CONFIG_VIDEO_FIXED_MINOR_RANGES=y
CONFIG_VIDEO_TUNER=m
CONFIG_V4L2_MEM2MEM_DEV=m
CONFIG_V4L2_FWNODE=m
CONFIG_V4L2_ASYNC=m
CONFIG_VIDEOBUF_GEN=m
Expand All @@ -3775,6 +3778,7 @@ CONFIG_VIDEOBUF_VMALLOC=m
#
# Media controller options
#
CONFIG_MEDIA_CONTROLLER_REQUEST_API=y
# end of Media controller options

#
Expand Down Expand Up @@ -3868,6 +3872,7 @@ CONFIG_VIDEO_TVEEPROM=m
CONFIG_VIDEOBUF2_CORE=m
CONFIG_VIDEOBUF2_V4L2=m
CONFIG_VIDEOBUF2_MEMOPS=m
CONFIG_VIDEOBUF2_DMA_CONTIG=m
CONFIG_VIDEOBUF2_VMALLOC=m
CONFIG_VIDEOBUF2_DMA_SG=m
# end of Media drivers
Expand Down Expand Up @@ -5306,7 +5311,7 @@ CONFIG_AD9834=m

CONFIG_STAGING_MEDIA=y
CONFIG_VIDEO_SUNXI=y
# CONFIG_VIDEO_SUNXI_CEDRUS is not set
CONFIG_VIDEO_SUNXI_CEDRUS=m

#
# Android
Expand Down

0 comments on commit ab74f47

Please sign in to comment.