summaryrefslogtreecommitdiffstats
path: root/common/ratp/Makefile
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-09-12 15:45:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-09-17 09:50:41 +0200
commitec9a3703fbd2b80c48c7dce92f97c40fe39f4929 (patch)
tree90c672896cfc930517c65e54905d0aecc25dd0bf /common/ratp/Makefile
parentde6d3aeec9a590c4eb53a953c8758f183ffeba1e (diff)
downloadbarebox-ec9a3703fbd2b80c48c7dce92f97c40fe39f4929.tar.gz
barebox-ec9a3703fbd2b80c48c7dce92f97c40fe39f4929.tar.xz
ratp: implement support for GPIO commands
Introduce three new RATP commands that allow getting and setting GPIO values as well as configuring the direction of the GPIO pins. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/ratp/Makefile')
-rw-r--r--common/ratp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/ratp/Makefile b/common/ratp/Makefile
index b83c48327a..71288bcb8c 100644
--- a/common/ratp/Makefile
+++ b/common/ratp/Makefile
@@ -5,3 +5,4 @@ obj-y += md.o
obj-y += mw.o
obj-y += reset.o
obj-$(CONFIG_RATP_CMD_I2C) += i2c.o
+obj-$(CONFIG_RATP_CMD_GPIO) += gpio.o