From 486b973ee9b9bd89ff53bc9d3d1cff4ada73eb36 Mon Sep 17 00:00:00 2001 From: Philippe Reynes Date: Fri, 24 Jul 2020 18:19:46 +0200 Subject: 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 Signed-off-by: Philippe Reynes --- drivers/button/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/button/Makefile') 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 obj-$(CONFIG_BUTTON) += button-uclass.o +obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o -- cgit v1.2.3