arm64: imx: Fix build error without CONFIG_SOC_BUS
During randconfig builds, I occasionally run into an invalid configuration drivers/soc/imx/soc-imx8.o: In function `imx8_soc_init': soc-imx8.c:(.init.text+0x144): undefined reference to `soc_device_register' while CONFIG_SOC_BUS is not set, the building failed like this. This patch selects SOC_BUS to fix it. Reported-by: NHulk Robot <hulkci@huawei.com> Fixes: a7e26f35 ("soc: imx: Add generic i.MX8 SoC driver") Suggested-by: NLeonard Crestez <leonard.crestez@nxp.com> Signed-off-by: NYueHaibing <yuehaibing@huawei.com> Signed-off-by: NShawn Guo <shawnguo@kernel.org>
Showing
想要评论请 注册 或 登录