Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3fd24a5 authored by Sean Wang's avatar Sean Wang Committed by Linus Walleij
Browse files

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: default avatarSean Wang <sean.wang@mediatek.com>
Reviewed-by: default avatarBiao Huang <biao.huang@mediatek.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 5fa4b105
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
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