pinctrl: mediatek: cleanup for placing all drivers under the menu

Since lots of MediaTek drivers had been added, it seems slightly better
for that adding cleanup for placing MediaTek pinctrl drivers under the
independent menu as other kinds of drivers usually was done.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Reviewed-by: Biao Huang <biao.huang@mediatek.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Sean Wang 2017-12-12 14:24:19 +08:00 committed by Linus Walleij
parent 5fa4b105d1
commit e3fd24a574

View file

@ -1,4 +1,5 @@
if ARCH_MEDIATEK || COMPILE_TEST
menu "MediaTek pinctrl drivers"
depends on ARCH_MEDIATEK || COMPILE_TEST
config PINCTRL_MTK
bool
@ -46,4 +47,4 @@ config PINCTRL_MT6397
default MFD_MT6397
select PINCTRL_MTK
endif
endmenu