mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
59a8fef342
This patch adds pinctrl support for MT7623 SoC. And most of the structures are used to hold the hardware configuration for each pin. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Tested-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
15 lines
232 B
Text
15 lines
232 B
Text
if ARCH_MEDIATEK
|
|
|
|
config PINCTRL_MTK
|
|
depends on PINCTRL_GENERIC
|
|
bool
|
|
|
|
config PINCTRL_MT7623
|
|
bool "MT7623 SoC pinctrl driver"
|
|
select PINCTRL_MTK
|
|
|
|
config PINCTRL_MT7629
|
|
bool "MT7629 SoC pinctrl driver"
|
|
select PINCTRL_MTK
|
|
|
|
endif
|