mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-15 17:14:00 +08:00
13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
|
config PINCTRL_OWL
|
||
|
bool
|
||
|
depends on (ARCH_ACTIONS || COMPILE_TEST) && OF
|
||
|
select PINMUX
|
||
|
select PINCONF
|
||
|
select GENERIC_PINCONF
|
||
|
|
||
|
config PINCTRL_S900
|
||
|
bool "Actions Semi S900 pinctrl driver"
|
||
|
select PINCTRL_OWL
|
||
|
help
|
||
|
Say Y here to enable Actions Semi S900 pinctrl driver
|