From: Philipp Tomsich Date: Fri, 1 Feb 2019 14:15:38 +0000 (+0100) Subject: pinctrl: Kconfig: fix missing include of rockchip/Kconfig X-Git-Tag: v2019.04-rc1~8^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a127325f0042e5365de74194a6b4fb9ef062216;p=oweals%2Fu-boot.git 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 --- diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index c2ae75825f..be709f73d7 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