From ec9a3703fbd2b80c48c7dce92f97c40fe39f4929 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 12 Sep 2018 15:45:46 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- common/ratp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'common/ratp/Makefile') 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 -- cgit v1.2.3