Skip to content

Commit

Permalink
media: mtk-vcodec: fix Kconfig help text
Browse files Browse the repository at this point in the history
The Kconfig help text for VIDEO_MEDIATEK_VCODEC was referring to a
single module named mtk-vcodec, while this driver produces two modules
named mtk-vcodec-dec and mtk-vcodec-enc. Fix that.

Reported-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Alexandre Courbot <acourbot@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
Alexandre Courbot authored and Mauro Carvalho Chehab committed Aug 26, 2020
1 parent 13483fc commit 209d926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/platform/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ config VIDEO_MEDIATEK_VCODEC
encode and decode in a range of video formats
This driver rely on VPU driver to communicate with VPU.

To compile this driver as a module, choose M here: the
module will be called mtk-vcodec
To compile this driver as modules, choose M here: the
modules will be called mtk-vcodec-dec and mtk-vcodec-enc.

config VIDEO_MEM2MEM_DEINTERLACE
tristate "Deinterlace support"
Expand Down

0 comments on commit 209d926

Please sign in to comment.