mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00:00
677b53580d
Add a pin controller driver for Meson GXBB adapted from Linux kernel. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
11 lines
172 B
Text
11 lines
172 B
Text
if ARCH_MESON
|
|
|
|
config PINCTRL_MESON
|
|
depends on PINCTRL_GENERIC
|
|
bool
|
|
|
|
config PINCTRL_MESON_GXBB
|
|
bool "Amlogic Meson GXBB SoC pinctrl driver"
|
|
select PINCTRL_MESON
|
|
|
|
endif
|