diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-06-30 12:23:03 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 16:46:34 (GMT) |
commit | 199946731fa4e9b26c9f71a96a5e569289b13f50 (patch) | |
tree | e6dcb637de4a95a1532dfc11ddd74d7fca43fed3 /kernel/reboot.c | |
parent | af2e14bb3f6cbe67459f17dd2879bb475a9c4e09 (diff) | |
download | linux-199946731fa4e9b26c9f71a96a5e569289b13f50.tar.xz |
[media] vsp1: clarify FCP dependency
The newly added FCP support in the vsp1 driver causes a link error
when CONFIG_RENESAS_FCP=m, since it's not reachable by built-in code:
drivers/media/built-in.o: In function `vsp1_remove':
:(.text+0xdeca0): undefined reference to `rcar_fcp_put'
drivers/media/built-in.o: In function `vsp1_probe':
:(.text+0xdef44): undefined reference to `rcar_fcp_get'
We already have a conditional dependency on FCP that requires
it for ARM64, so for all others we just have to prevent setting
RENESAS_VSP1=y when RENESAS_FCP=m by extending the FCP dependency.
Fixes: 94fcdf829793 ("[media] v4l: vsp1: Add FCP support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'kernel/reboot.c')
0 files changed, 0 insertions, 0 deletions