summaryrefslogtreecommitdiff
path: root/doc/develop/devicetree
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2024-03-14 10:36:29 +0100
committerKever Yang <[email protected]>2024-03-14 18:20:04 +0800
commit12bc1a5462a22f6dc5b91ecbf092cbaf94e66820 (patch)
tree4d7248af62ba20ca4dec0a8bd9d4c500bb4e4f38 /doc/develop/devicetree
parent759ae818ba760e97a895bdaa1cd7a86f8972ea93 (diff)
rockchip: boot_mode: fix rockchip_dnl_key_pressed requiring ADC support
ADC support is implied by the Rockchip arch Kconfig but that means it should be possible to disable ADC support and still be able to build. However the weak implementation of rockchip_dnl_key_pressed() currently blindly use functions from the ADC subsystem which do not exist when ADC is not enabled, failing the build. Therefore, let's encapsulate this logic with a check on the ADC symbol being selected. Cc: Quentin Schulz <[email protected]> Reviewed-by: Kever Yang <[email protected]> Signed-off-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'doc/develop/devicetree')
0 files changed, 0 insertions, 0 deletions