aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-09-17 09:55:01 -0400
committerTom Rini <trini@konsulko.com>2020-09-17 09:55:01 -0400
commitae52e75d23ce11f36b3eae758045da95a871f263 (patch)
tree084cae5562c2e1dc946fd85de9fc85d9c903c20f /drivers/pinctrl/Kconfig
parentbd4e8944cf7e36f8ad39466c40f8fc197c9df1c5 (diff)
parent7bdfe8592956439743cad3c2d3ff5f24c4dd5aa9 (diff)
downloadu-boot-ae52e75d23ce11f36b3eae758045da95a871f263.zip
u-boot-ae52e75d23ce11f36b3eae758045da95a871f263.tar.gz
u-boot-ae52e75d23ce11f36b3eae758045da95a871f263.tar.bz2
Merge tag 'for-v2021.01-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c into next
mpc83xx, keymile boards: enable DM_ETH and add DTS - mpc83xx: remove unneeded extern declaration in cpu_init - powerpc, qe: fix codingstyle issues for drivers/qe - powerpc, qe: add DTS support for parallel I/O ports - net, qe: add DM support for QE UEC ethernet - add DTS for all mpc83xx based boards from keymile mainly they are not mainlined to linux. - add u-boot specific dtsi - add stdout-path - add missing ucc4 par_io definitions, which were in board code, but not in linux DTS - remove not used ethernet nodes
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index cdbccfd..048583f 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -205,6 +205,13 @@ config PINCTRL_QCA953X
the GPIO definitions and pin control functions for each available
multiplex function.
+config PINCTRL_QE
+ bool "QE based pinctrl driver, like on mpc83xx"
+ depends on DM
+ help
+ This option is to enable the QE pinctrl driver for QE based io
+ controller.
+
config PINCTRL_ROCKCHIP_RV1108
bool "Rockchip rv1108 pin control driver"
depends on DM