soc: mediatek: fix typo in macro name

s/SOC_SERIES_MT8195/CONFIG_SOC_SERIES_MT8195/

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-06-09 22:59:29 +02:00 committed by Benjamin Cabé
commit acc1731410

View file

@ -40,7 +40,7 @@
*/
struct mtk_mbox {
#ifdef SOC_SERIES_MT8195
#ifdef CONFIG_SOC_SERIES_MT8195
uint32_t in_cmd;
uint32_t in_cmd_clr;
uint32_t in_msg[5];