File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -81,4 +81,15 @@ config RPMSG_PRU
81
81
82
82
If unsure, say N.
83
83
84
+ config CONFIG_RPMSG_GPIOHIP_INTERFACE
85
+ tristate "A rpmsg driver with gpiochip interface"
86
+ default m
87
+ depends on RPMSG_VIRTIO
88
+ depends on REMOTEPROC
89
+ help
90
+ This driver provides provides gpiochip inteface which can be accessed
91
+ in userspace using libgpiod. You would see a char dev interface in /dev
92
+ using this driver. Follow the read me files below for more info:
93
+ https://github.com/deebot/Beaglebone-BidirectionBus/tree/dev
94
+
84
95
endmenu
Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ obj-$(CONFIG_RPMSG_QCOM_SMD) += qcom_smd.o
9
9
obj-$(CONFIG_RPMSG_VIRTIO) += virtio_rpmsg_bus.o
10
10
11
11
obj-$(CONFIG_RPMSG_RPC) += rpmsg-rpc.o
12
+ obj-$(CONFIG_RPMSG_GPIOCHIP_INTERFACE) += rpmsg_gpio.o
12
13
rpmsg-rpc-y := rpmsg_rpc.o rpmsg_rpc_sysfs.o rpmsg_rpc_dmabuf.o
14
+
You can’t perform that action at this time.
0 commit comments