RE: [PATCH] soc: imx8: select SOC_BUS

From: Peng Fan
Date: Thu Apr 09 2020 - 05:00:32 EST


> Subject: [PATCH] soc: imx8: select SOC_BUS
>
> Compile-testing the driver can result in a link failure when CONFIG_SOC_BUS
> is disabled:
>
> x86_64-linux-ld: drivers/soc/imx/soc-imx8m.o: in function `imx8_soc_init':
> soc-imx8m.c:(.init.text+0x28d): undefined reference to `soc_device_register'
>
> Select it from Kconfig, as we do from the other SoC drivers.
>
> Fixes: fc40200ebf82 ("soc: imx: increase build coverage for imx8m soc driver")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Acked-by: Peng Fan <peng.fan@xxxxxxx>

Thanks,
Peng.