summaryrefslogtreecommitdiff
path: root/drivers/button/Makefile
diff options
context:
space:
mode:
authorPhilippe Reynes <[email protected]>2020-07-24 18:19:46 +0200
committerSimon Glass <[email protected]>2020-07-28 19:30:39 -0600
commit486b973ee9b9bd89ff53bc9d3d1cff4ada73eb36 (patch)
tree67df97d7343a2fb11edd92a05b93c7bd609c417c /drivers/button/Makefile
parent30d66db78725e8396a3bd255cc51592c6cd7879d (diff)
dm: button: add a driver for button driven by gpio
Add a simple driver which allows use of buttons attached to GPIOs. Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Philippe Reynes <[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 0b4c128cffd..fcc10ebe8db 100644
--- a/drivers/button/Makefile
+++ b/drivers/button/Makefile
@@ -3,3 +3,4 @@
# Copyright (C) 2020 Philippe Reynes <[email protected]>
obj-$(CONFIG_BUTTON) += button-uclass.o
+obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o