Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
01aa9d1d546f9939261fc262f86698ba2fad0bf8
/
.
/
drivers
/
pinctrl
/
mediatek
/
Kconfig
blob: e0145b1f9c25a9fd5142473515de8bbaa0c25cfa [
file
] [
log
] [
blame
]
Ryder Lee
01aa9d1
2018-11-15 10:07:58 +0800
[
diff
] [
blame^
]
1
if
ARCH_MEDIATEK
2
3
config PINCTRL_MTK
4
depends on PINCTRL_GENERIC
5
bool
6
7
config PINCTRL_MT7629
8
bool
"MT7629 SoC pinctrl driver"
9
select
PINCTRL_MTK
10
11
endif