Skip to content

Commit 62cf645

Browse files
rddunlapksacilotto
authored andcommitted
firmware: imx: select SOC_BUS to fix firmware build
BugLink: https://bugs.launchpad.net/bugs/1916056 [ Upstream commit 82c0827 ] Fix build error in firmware/imx/ selecting SOC_BUS. riscv32-linux-ld: drivers/firmware/imx/imx-scu-soc.o: in function `.L9': imx-scu-soc.c:(.text+0x1b0): undefined reference to `soc_device_register' Fixes: edbee09 ("firmware: imx: add SCU firmware driver support") Signed-off-by: Randy Dunlap <[email protected]> Reported-by: kernel test robot <[email protected]> Cc: Atish Patra <[email protected]> Cc: Palmer Dabbelt <[email protected]> Cc: Ard Biesheuvel <[email protected]> Cc: Anson Huang <[email protected]> Cc: Daniel Baluta <[email protected]> Reviewed-by: Dong Aisheng <[email protected]> Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Kamal Mostafa <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent c047bd9 commit 62cf645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/imx/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config IMX_DSP
1313
config IMX_SCU
1414
bool "IMX SCU Protocol driver"
1515
depends on IMX_MBOX
16+
select SOC_BUS
1617
help
1718
The System Controller Firmware (SCFW) is a low-level system function
1819
which runs on a dedicated Cortex-M core to provide power, clock, and

0 commit comments

Comments
 (0)