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 <sjg@chromium.org> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
committed by
Simon Glass
parent
30d66db787
commit
486b973ee9
@@ -3,3 +3,4 @@
|
||||
# Copyright (C) 2020 Philippe Reynes <philippe.reynes@softathome.com>
|
||||
|
||||
obj-$(CONFIG_BUTTON) += button-uclass.o
|
||||
obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o
|
||||
|
||||
Reference in New Issue
Block a user