summaryrefslogtreecommitdiff
path: root/drivers/button/Makefile
diff options
context:
space:
mode:
authorCaleb Connolly <[email protected]>2023-12-05 13:46:47 +0000
committerCaleb Connolly <[email protected]>2024-01-16 12:26:53 +0000
commit4e8aa0065d4bb15d039bb629dc8659bf97ef7cf0 (patch)
treebf5346f7379c13d6490f3fc8f6424acd19af788d /drivers/button/Makefile
parent033f09b4b460a676b6ce869d2ade97a3098fd312 (diff)
button: qcom-pmic: introduce Qualcomm PMIC button driver
Qualcomm PMICs include a "pon" function which handles two buttons, the power button and "resin" button (usually volume down). Introduce a new driver following upstream Linux DT to enable these and map them to Enter and Down respectively to enable use in boot menus. Reviewed-by: Neil Armstrong <[email protected]> Reviewed-by: Sumit Garg <[email protected]> Tested-by: Sumit Garg <[email protected]> Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'drivers/button/Makefile')
-rw-r--r--drivers/button/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/button/Makefile b/drivers/button/Makefile
index bbd18af1494..68555081a47 100644
--- a/drivers/button/Makefile
+++ b/drivers/button/Makefile
@@ -5,3 +5,4 @@
obj-$(CONFIG_BUTTON) += button-uclass.o
obj-$(CONFIG_BUTTON_ADC) += button-adc.o
obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o
+obj-$(CONFIG_BUTTON_QCOM_PMIC) += button-qcom-pmic.o \ No newline at end of file