diff options
| author | Philipp Tomsich <[email protected]> | 2019-02-01 15:15:38 +0100 |
|---|---|---|
| committer | Philipp Tomsich <[email protected]> | 2019-02-01 16:59:14 +0100 |
| commit | 5a127325f0042e5365de74194a6b4fb9ef062216 (patch) | |
| tree | adb851616c2231ff56dc451347804df0ab30184f /drivers | |
| parent | efc46771711a7975aedb18961e70098ddea759c0 (diff) | |
pinctrl: Kconfig: fix missing include of rockchip/Kconfig
After the merge of the new, generic pinctrl-code, the include for
rockchip/Kconfig was missing. Add it here, so we can select the
pinctrl-driver for SPL.
Signed-off-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pinctrl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index c2ae75825fd..be709f73d7d 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -228,6 +228,7 @@ source "drivers/pinctrl/mscc/Kconfig" source "drivers/pinctrl/mvebu/Kconfig" source "drivers/pinctrl/nxp/Kconfig" source "drivers/pinctrl/renesas/Kconfig" +source "drivers/pinctrl/rockchip/Kconfig" source "drivers/pinctrl/uniphier/Kconfig" endmenu |
