mirror of https://gitee.com/openkylin/linux.git
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
config PINCTRL_ASPEED
|
||
|
bool
|
||
|
depends on (ARCH_ASPEED || COMPILE_TEST) && OF
|
||
|
depends on MFD_SYSCON
|
||
|
select PINMUX
|
||
|
select PINCONF
|
||
|
select GENERIC_PINCONF
|
||
|
select REGMAP_MMIO
|