Re: [PATCH] sandbox_flattree: enable button support

2024-01-16 Thread Neil Armstrong
On 15/01/2024 19:50, Caleb Connolly wrote: sandbox_flattree enables QCOM_PMIC_GPIO which now depends on BUTTON. As a result the button tests now get run, but fail because the ADC and GPIO button drivers aren't enabled. Enable them to run the tests for sandbox_flattree. Reported-by: Neil Armstro

[PATCH] sandbox_flattree: enable button support

2024-01-15 Thread Caleb Connolly
sandbox_flattree enables QCOM_PMIC_GPIO which now depends on BUTTON. As a result the button tests now get run, but fail because the ADC and GPIO button drivers aren't enabled. Enable them to run the tests for sandbox_flattree. Reported-by: Neil Armstrong Signed-off-by: Caleb Connolly --- confi