Commit d3829c1b authored by Arnd Bergmann's avatar Arnd Bergmann

soc: brcmstb: select SOC_BUS

The newly added code for the SoC bus fails to link if the
bus is not built:

drivers/soc/built-in.o: In function `brcmstb_soc_device_init':
:(.init.text+0x110): undefined reference to `soc_device_register'

This adds a 'select' statement to avoid the error.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Fixes: cef4bafc ("soc: brcmstb: add SoC driver to brcmstb")
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent d3e2442b
menuconfig SOC_BRCMSTB menuconfig SOC_BRCMSTB
bool "Broadcom STB SoC drivers" bool "Broadcom STB SoC drivers"
depends on ARM depends on ARM
select SOC_BUS
help help
Enables drivers for the Broadcom Set-Top Box (STB) series of chips. Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
This option alone enables only some support code, while the drivers This option alone enables only some support code, while the drivers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment