commit | d3829c1b8443a83324419eb129c7e4c780bf435f | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Apr 26 00:53:40 2016 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Apr 26 01:13:47 2016 +0200 |
tree | ef55fbaf8f3ea48f63366963d90e5d0ea4f05349 | |
parent | d3e2442b51c33c77a7d409ddcec4805b7ad991c4 [diff] |
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: Arnd Bergmann <arnd@arndb.de> Fixes: cef4bafcea2c ("soc: brcmstb: add SoC driver to brcmstb") Acked-by: Florian Fainelli <f.fainelli@gmail.com>