linux/drivers/pinctrl/sunxi
Maxime Ripard c69a26b57b pinctrl: sunxi: Allow to disable pinctrl drivers
Our pinctrl drivers are consisting of some common code, and big pin tables
that are SoC-specific. This is fine in most cases, but when you want to
reduce the size of the particular kernel image, those big tables are, well,
quite big.

We haven't had the option to disable them in the past since they were
hidden Kconfig options based on the SoC support. However, that granularity
isn't great since we don't have one Kconfig option per-SoC, but rather one
by family.

Make those options selectable by the user so that they can disable it if
needed, while keeping the current default to not change the standard case.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2019-04-04 10:55:54 +07:00
..
Kconfig pinctrl: sunxi: Allow to disable pinctrl drivers 2019-04-04 10:55:54 +07:00
Makefile
pinctrl-sun4i-a10.c
pinctrl-sun5i.c
pinctrl-sun6i-a31-r.c
pinctrl-sun6i-a31.c
pinctrl-sun8i-a23-r.c
pinctrl-sun8i-a23.c
pinctrl-sun8i-a33.c
pinctrl-sun8i-a83t-r.c
pinctrl-sun8i-a83t.c
pinctrl-sun8i-h3-r.c
pinctrl-sun8i-h3.c
pinctrl-sun8i-v3s.c
pinctrl-sun9i-a80-r.c pinctrl: sunxi: Support I/O bias voltage setting on A80 2019-02-11 09:20:58 +01:00
pinctrl-sun9i-a80.c pinctrl: sunxi: Support I/O bias voltage setting on A80 2019-02-11 09:20:58 +01:00
pinctrl-sun50i-a64-r.c
pinctrl-sun50i-a64.c
pinctrl-sun50i-h5.c
pinctrl-sun50i-h6-r.c
pinctrl-sun50i-h6.c pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controller 2019-01-22 10:52:39 +01:00
pinctrl-suniv-f1c100s.c
pinctrl-sunxi.c pinctrl: sunxi: Declare set_config on the GPIO chip 2019-04-04 10:54:59 +07:00
pinctrl-sunxi.h pinctrl: sunxi: Support I/O bias voltage setting on A80 2019-02-11 09:20:58 +01:00