u-boot/drivers/button
Quentin Schulz 759ae818ba 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>
2024-03-14 18:20:04 +08:00
..
button-adc.c button: adc: set state to pressed when the voltage is closest to nominal 2022-02-11 09:00:47 -05:00
button-gpio.c dm: button: add support for linux_code in button-gpio.c driver 2023-02-10 12:50:01 -05:00
button-qcom-pmic.c button: qcom-pmic: demote "unknown button" message to debug 2024-02-14 17:21:50 +00:00
button-uclass.c dm: button: add support for linux_code in button-gpio.c driver 2023-02-10 12:50:01 -05:00
Kconfig button: add missing ADC dependency for BUTTON_ADC 2024-03-14 18:20:04 +08:00
Makefile button: qcom-pmic: introduce Qualcomm PMIC button driver 2024-01-16 12:26:53 +00:00