X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fpinctrl%2FKconfig;h=7e6fad305aebc1d6fe6e15d352cba8e7c40814b2;hb=9450ab2ba8d720bd9f73bccc0af2e2b5a2c2aaf1;hp=4ab0b3a5eba62df4e59bc123e9b6cf6441788c71;hpb=5cc9d31a79fecfaacfdbc9c566b6df35765100f8;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 4ab0b3a..7e6fad3 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -47,9 +47,9 @@ config PINMUX default y help This option enables pin multiplexing through the generic pinctrl - framework. Most SoCs have their own own multiplexing arrangement - where a single pin can be used for several functions. An SoC pinctrl - driver allows the required function to be selected for each pin. + framework. Most SoCs have their own multiplexing arrangement where + a single pin can be used for several functions. An SoC pinctrl driver + allows the required function to be selected for each pin. The driver is typically controlled by the device tree. config PINCONF @@ -60,7 +60,7 @@ config PINCONF framework. config SPL_PINCTRL - bool "Support pin controlloers in SPL" + bool "Support pin controllers in SPL" depends on SPL && SPL_DM help This option is an SPL-variant of the PINCTRL option. @@ -168,6 +168,16 @@ config PINCTRL_ROCKCHIP_RK3036 the GPIO definitions and pin control functions for each available multiplex function. +config PINCTRL_ROCKCHIP_RK3128 + bool "Rockchip rk3128 pin control driver" + depends on DM + help + Support pin multiplexing control on Rockchip rk3128 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_RK3188 bool "Rockchip rk3188 pin control driver" depends on DM @@ -291,9 +301,12 @@ config ASPEED_AST2500_PINCTRL endif source "drivers/pinctrl/meson/Kconfig" +source "drivers/pinctrl/mediatek/Kconfig" source "drivers/pinctrl/nxp/Kconfig" +source "drivers/pinctrl/renesas/Kconfig" source "drivers/pinctrl/uniphier/Kconfig" source "drivers/pinctrl/exynos/Kconfig" source "drivers/pinctrl/mvebu/Kconfig" +source "drivers/pinctrl/broadcom/Kconfig" endmenu