dm: pinctrl: Allow enabling full pinctrl in SPL/TPL
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:41:45 +0000 (21:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:09 +0000 (11:44 +0800)
commit8aeafb545427b7e0aaecb2bf7bb98eb45eb56658
tree12e32eefd9737d1b0a12f96a02f6e2c06346105a
parent1653b6a4bf2edf101c2e3bf632f60e857ec8c038
dm: pinctrl: Allow enabling full pinctrl in SPL/TPL

At present these options cannot be enabled for SPL/TPL, but this can be
useful in some cases. Add Kconfig options to allow it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pinctrl/Kconfig