mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-24 04:59:57 +01:00
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
|