Home
last modified time | relevance | path

Searched hist:f4a4f9a54b2c52b0c6f40d0f37a129e9909fa62d (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/amphion/
H A DKconfigdiff f4a4f9a54b2c52b0c6f40d0f37a129e9909fa62d Fri Mar 18 04:03:05 CET 2022 YueHaibing <yuehaibing@huawei.com> media: platform: amphion: Fix build error without MAILBOX

while COMPILE_TEST is y and MAILBOX is n, build fails:

ERROR: modpost: "mbox_request_channel_byname" [drivers/media/platform/amphion/amphion-vpu.ko] undefined!
ERROR: modpost: "mbox_free_channel" [drivers/media/platform/amphion/amphion-vpu.ko] undefined!
ERROR: modpost: "mbox_send_message" [drivers/media/platform/amphion/amphion-vpu.ko] undefined!

Adding a MAILBOX dependency in VIDEO_AMPHION_VPU to fix this.

Link: https://lore.kernel.org/linux-media/20220318030305.39120-1-yuehaibing@huawei.com
Fixes: 52b3a219dd4a ("media: platform: amphion: move config to its own file")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>