mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
486b973ee9
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>
6 lines
192 B
Makefile
6 lines
192 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2020 Philippe Reynes <philippe.reynes@softathome.com>
|
|
|
|
obj-$(CONFIG_BUTTON) += button-uclass.o
|
|
obj-$(CONFIG_BUTTON_GPIO) += button-gpio.o
|