Commit 79d62089 authored by Jean Delvare's avatar Jean Delvare Committed by Linus Walleij
Browse files

pinctrl: mediatek: Use real dependencies



Do not hide pinctrl drivers for Mediatek platforms using
conditionals. Doing so actually leaves the symbols present (but
always disabled) on all other platforms, which is confusing and
inefficient. Better use real dependencies so that the symbols do not
exist at all on platforms where they are not relevant.

Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Reported-by: default avatarAndreas Färber <afaerber@suse.de>
Reviewed-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent cff2b010
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment