diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-12-31 22:39:14 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-31 22:44:17 (GMT) |
commit | 22a5b1ddd83b991b96cb635898e011cce48bf6f8 (patch) | |
tree | 62169bc5a984fb09b65055003c02d1c5cb2f6aec /lib/inflate.c | |
parent | 5d2c585c7ddda2d5520e585768d0b3f66d04b59f (diff) | |
download | linux-22a5b1ddd83b991b96cb635898e011cce48bf6f8.tar.xz |
ARM: bcm2835: clarify RASPBERRYPI_FIRMWARE dependency
The firmware driver can be a loadable module, but the power domain
can only be built-in, so we get a build error in an allmodconfig
kernel:
:(.text+0x17e59c): undefined reference to `rpi_firmware_property'
:(.text+0x17e51c): undefined reference to `rpi_firmware_get'
:(.text+0x17e244): undefined reference to `rpi_firmware_property'
This changes the dependency to only allow the power domain code
to be enabled when the firmware driver is built-in. Other users
of the firmware driver may still be loadable modules and not
everyone needs the power domains, so we don't change the firmware
code.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'lib/inflate.c')
0 files changed, 0 insertions, 0 deletions