From 27600a583725ed0fa9cd4755a86ed0051bfb8c67 Mon Sep 17 00:00:00 2001 From: Andy Yan Date: Mon, 15 May 2017 17:50:35 +0800 Subject: rockchip: rk3368: Add pinctrl driver Add driver to support iomux setup for the most commonly used peripherals on rk3368. Signed-off-by: Andy Yan Reviewed-by: Simon Glass --- drivers/pinctrl/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'drivers/pinctrl/Kconfig') diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index f6616c5..79249e0 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -197,6 +197,16 @@ config PINCTRL_ROCKCHIP_RK3328 the GPIO definitions and pin control functions for each available multiplex function. +config PINCTRL_ROCKCHIP_RK3368 + bool "Rockchip RK3368 pin control driver" + depends on DM + help + Support pin multiplexing control on Rockchip rk3368 SoCs. + + The driver is controlled by a device tree node which contains both + the GPIO definitions and pin control functions for each available + multiplex function. + config PINCTRL_ROCKCHIP_RK3399 bool "Rockchip rk3399 pin control driver" depends on DM -- cgit v1.1