Home
last modified time | relevance | path

Searched hist:"5 ce5e0d0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/soc/mediatek/
H A DKconfig5ce5e0d0 Mon Apr 03 04:33:04 CDT 2023 AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> soc: mediatek: Kconfig: Add MTK_CMDQ dependency to MTK_MMSYS

The mtk-mmsys and mutex drivers do have a dependency on MTK_CMDQ,
even though both can work with *or* without it: since CMDQ support
can be enabled either as module or as built-in, it is necessary to
add a depends rule in Kconfig, so that we disallow building both
mtk-mmsys and mtk-mutex as built-in if mtk-cmdq-helper is built as
a module, otherwise obvious linker issues appear.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230403093304.276418-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>