diff options
| author | Heiko Stübner <[email protected]> | 2017-02-18 19:46:31 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-03-16 16:03:45 -0600 |
| commit | 155cd37f2cd9d776a4a35f348f22555720bbfd62 (patch) | |
| tree | 612c0e8c2790e4fa347cbb4fa39a3062659836c7 /drivers/pinctrl/rockchip/Makefile | |
| parent | ca06a230d3d066d34bb64d3d161987a7fe66cd65 (diff) | |
rockchip: rk3188: Add pinctrl driver
Add a driver which supports pin multiplexing setup for the most commonly
used peripherals.
Signed-off-by: Heiko Stuebner <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Kever Yang <[email protected]>
Diffstat (limited to 'drivers/pinctrl/rockchip/Makefile')
| -rw-r--r-- | drivers/pinctrl/rockchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/rockchip/Makefile b/drivers/pinctrl/rockchip/Makefile index 805c833ec9d..cc99aeebb54 100644 --- a/drivers/pinctrl/rockchip/Makefile +++ b/drivers/pinctrl/rockchip/Makefile @@ -6,5 +6,6 @@ # obj-$(CONFIG_ROCKCHIP_RK3036_PINCTRL) += pinctrl_rk3036.o +obj-$(CONFIG_ROCKCHIP_RK3188_PINCTRL) += pinctrl_rk3188.o obj-$(CONFIG_ROCKCHIP_RK3288_PINCTRL) += pinctrl_rk3288.o obj-$(CONFIG_ROCKCHIP_RK3399_PINCTRL) += pinctrl_rk3399.o |
