diff options
author | John Crispin <blogic@openwrt.org> | 2018-03-14 23:22:35 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-19 21:56:02 +0300 |
commit | 16e556aa104c306958e10165d6da4ab1be4befc8 (patch) | |
tree | 18cea37b3f36e77e358ef50b494e68c7d1473b78 /drivers/staging/Makefile | |
parent | 0317d60de8697865634ef1d973cd3a3c9a1dd302 (diff) | |
download | linux-16e556aa104c306958e10165d6da4ab1be4befc8.tar.xz |
staging: mt7621-gpio: ralink: add mt7621 gpio controller
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 8be7fabb2e1e..3e6bb7331297 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -51,3 +51,4 @@ obj-$(CONFIG_DRM_VBOXVIDEO) += vboxvideo/ obj-$(CONFIG_PI433) += pi433/ obj-$(CONFIG_SOC_MT7621) += mt7621-pci/ obj-$(CONFIG_SOC_MT7621) += mt7621-pinctrl/ +obj-$(CONFIG_SOC_MT7621) += mt7621-gpio/ |