Searched hist:c69a26b5 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pinctrl/sunxi/ |
H A D | Kconfig | c69a26b5 Tue Mar 19 09:42:03 CDT 2019 Maxime Ripard <maxime.ripard@bootlin.com> 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> c69a26b5 Tue Mar 19 09:42:03 CDT 2019 Maxime Ripard <maxime.ripard@bootlin.com> 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>
|