mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
12 lines
172 B
Text
12 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
|