mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
16ca80adc5
Add pinctrl driver support for Samsung's Exynos7420 SoC. The changes have been split into Exynos7420 specific and common Exynos specific portions so that this implementation is reusable on other Exynos SoCs as well. The Exynos pinctrl driver supports only device tree based pin configuration. The bindings used are similar to the ones used in the linux kernel. Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Simon Glass <sjg@chromium.org> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Thomas Abraham <thomas.ab@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10 lines
256 B
Text
10 lines
256 B
Text
config PINCTRL_EXYNOS
|
|
bool
|
|
|
|
config PINCTRL_EXYNOS7420
|
|
bool "Samsung Exynos7420 pinctrl driver"
|
|
depends on ARCH_EXYNOS && PINCTRL_FULL
|
|
select PINCTRL_EXYNOS
|
|
help
|
|
Support pin multiplexing and pin configuration control on
|
|
Samsung's Exynos7420 SoC.
|