commit | 90b57cb22470a1ce99e6ea37658e1ad17db5a9b8 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | Thu Mar 14 10:36:28 2024 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Thu Mar 14 18:20:04 2024 +0800 |
tree | 1240d1927a0af5475069eb59c0dccfce9052d041 | |
parent | f764764e3ebd7139bcc65220e9580c4df7a855d1 [diff] |
button: add missing ADC dependency for BUTTON_ADC The BUTTON_ADC symbol guards the compilation of button-adc driver whose name very well makes it explicit that it requires ADC support to be enabled. Fix build issue of button-adc driver when ADC support isn't enabled by making sure it cannot be built without ADC support. Cc: Quentin Schulz <foss+uboot@0leil.net> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>