]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/evb-rk3036_defconfig
pinctrl: Kconfig: sort pinctrl config options to prevent future clutter
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 19 Apr 2017 14:46:37 +0000 (16:46 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2017 20:49:04 +0000 (16:49 -0400)
commit51c7f34809dab20e16316a5c4556fbb88c6905a8
tree7586c2b8a43414510b172b2abedce4b9ed11b5b4
parent17873341af56847382495f3d9f5a4121aeb9a03b
pinctrl: Kconfig: sort pinctrl config options to prevent future clutter

This originally started out as
     "pinctrl: Kconfig: reorder to keep Rockchip options together"
and tried to keep the Rockchip-related config options together.

However, we now rewrite all chip-specific driver selections to start
with CONFIG_PINCTRL_ (with the inadvertent changes to related
Makefiles) and sort those alphabetically. And as this already means
touching most of the file, we also reformat the help text to not exceed
80 characters (but make full use of those 80 characters).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>
23 files changed:
configs/ap121_defconfig
configs/chromebit_mickey_defconfig
configs/chromebook_jerry_defconfig
configs/chromebook_minnie_defconfig
configs/evb-rk3036_defconfig
configs/evb-rk3288_defconfig
configs/evb-rk3328_defconfig
configs/evb-rk3399_defconfig
configs/fennec-rk3288_defconfig
configs/firefly-rk3288_defconfig
configs/kylin-rk3036_defconfig
configs/miqi-rk3288_defconfig
configs/popmetal-rk3288_defconfig
configs/puma-rk3399_defconfig
configs/rock2_defconfig
configs/rock_defconfig
configs/sandbox_defconfig
configs/sandbox_noblk_defconfig
configs/tinker-rk3288_defconfig
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/ath79/Makefile
drivers/pinctrl/rockchip/Makefile