diff options
author | Anders Roxell <[email protected]> | 2020-05-27 13:26:07 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2020-05-28 12:31:49 +0200 |
commit | d0c7dc1739692888c6ea271fde7a4a69a31945c7 (patch) | |
tree | cbb34ee772287beea1100dd16cb9305b45306f8d /scripts/gdb/linux/config.py | |
parent | a90d990452302ce3dac4d373d60a031439cc1885 (diff) |
power: reset: vexpress: fix build issue
An allmodconfig kernel makes CONFIG_VEXPRESS_CONFIG a module and
CONFIG_POWER_RESET_VEXPRESS builtin. That makes us see this build
error:
aarch64-linux-gnu-ld: drivers/power/reset/vexpress-poweroff.o: in function `vexpress_reset_probe':
../drivers/power/reset/vexpress-poweroff.c:119: undefined reference to `devm_regmap_init_vexpress_config'
../drivers/power/reset/vexpress-poweroff.c:119:(.text+0x48c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol
`devm_regmap_init_vexpress_config'
make[1]: *** [/srv/src/kernel/next/Makefile:1126: vmlinux] Error 1
Rework so that POWER_RESET_VEXPRESS depends on 'VEXPRESS_CONFIG=y'.
Link: https://lore.kernel.org/r/[email protected]
Fixes: d06cfe3f123c ("bus: vexpress-config: Merge vexpress-syscfg into vexpress-config")
Signed-off-by: Anders Roxell <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions