media: mtk-vcodec: fix Kconfig help text
authorAlexandre Courbot <acourbot@chromium.org>
Fri, 21 Aug 2020 10:43:05 +0000 (12:43 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 26 Aug 2020 16:51:00 +0000 (18:51 +0200)
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>
drivers/media/platform/Kconfig

index c57ee78..bbf3208 100644 (file)
@@ -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"