From: Alexandre Courbot Date: Fri, 21 Aug 2020 10:43:05 +0000 (+0200) Subject: media: mtk-vcodec: fix Kconfig help text X-Git-Tag: v5.15~2723^2~536 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=209d926b2a2ea6cde9f3cd8cdfab408c4eedb4f3;p=platform%2Fkernel%2Flinux-starfive.git media: mtk-vcodec: fix Kconfig help text 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 Signed-off-by: Alexandre Courbot Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index c57ee78..bbf3208 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig @@ -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"