mirror of https://gitee.com/openkylin/linux.git
25 lines
291 B
Plaintext
25 lines
291 B
Plaintext
|
if PLAT_ORION
|
||
|
|
||
|
config PINCTRL_MVEBU
|
||
|
bool
|
||
|
select PINMUX
|
||
|
select PINCONF
|
||
|
|
||
|
config PINCTRL_DOVE
|
||
|
bool
|
||
|
select PINCTRL_MVEBU
|
||
|
|
||
|
config PINCTRL_KIRKWOOD
|
||
|
bool
|
||
|
select PINCTRL_MVEBU
|
||
|
|
||
|
config PINCTRL_ARMADA_370
|
||
|
bool
|
||
|
select PINCTRL_MVEBU
|
||
|
|
||
|
config PINCTRL_ARMADA_XP
|
||
|
bool
|
||
|
select PINCTRL_MVEBU
|
||
|
|
||
|
endif
|