diff options
author | Wills Wang <wills.wang@live.com> | 2016-03-16 16:59:56 +0800 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-05-21 01:25:50 +0200 |
commit | c102453aebe92530962de41539ce4f198d27b9c7 (patch) | |
tree | dde8cc8b87443c1dc975d9ac92cae186935e80a0 /drivers/pinctrl/Kconfig | |
parent | a79d0643f4cac19711cb8d1c2088fc907d47500f (diff) | |
download | u-boot-imx-c102453aebe92530962de41539ce4f198d27b9c7.zip u-boot-imx-c102453aebe92530962de41539ce4f198d27b9c7.tar.gz u-boot-imx-c102453aebe92530962de41539ce4f198d27b9c7.tar.bz2 |
drivers: pinctrl: Add simple pinctrl driver for Qualcomm/Atheros qca953x.
This is a simple pinctrl driver, it just support uart and spi pin-mux now.
Signed-off-by: Wills Wang <wills.wang@live.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[fixed typo in commit subject line]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 854d5a5..567b766 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -114,6 +114,15 @@ config AR933X_PINCTRL both the GPIO definitions and pin control functions for each available multiplex function. +config QCA953X_PINCTRL + bool "QCA/Athores qca953x pin control driver" + depends on DM && SOC_QCA953X + help + Support pin multiplexing control on QCA/Athores qca953x 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 ROCKCHIP_PINCTRL bool "Rockchip pin control driver" depends on DM |