mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
15 lines
189 B
Plaintext
15 lines
189 B
Plaintext
|
#
|
||
|
# ST Microelectronics SPEAr PINCTRL drivers
|
||
|
#
|
||
|
|
||
|
if PLAT_SPEAR
|
||
|
|
||
|
config PINCTRL_SPEAR
|
||
|
bool
|
||
|
depends on OF
|
||
|
select PINMUX
|
||
|
help
|
||
|
This enables pin control drivers for SPEAr Platform
|
||
|
|
||
|
endif
|