]> git.baikalelectronics.ru Git - uboot.git/commit
pinctrl: mediatek: do not probe gpio driver if not enabled
authorWeijie Gao <weijie.gao@mediatek.com>
Fri, 5 Mar 2021 02:22:26 +0000 (10:22 +0800)
committerTom Rini <trini@konsulko.com>
Sat, 20 Mar 2021 20:24:27 +0000 (16:24 -0400)
commit5a67b9b87b8930595f6bf082145988fe85943a63
tree559fc6b73b19229f1c5e1868fba2accb23f16400
parent8e0069e9745758158a8d46ec26f90340c234b477
pinctrl: mediatek: do not probe gpio driver if not enabled

The mtk pinctrl driver is a combination driver with support for both
pinctrl and gpio. When this driver is used in SPL, gpio support may not be
enabled, and this will result in a compilation error.

To fix this, macros are added to make sure gpio related code will only be
compiled when gpio support is enabled.

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
drivers/pinctrl/mediatek/pinctrl-mtk-common.c