summaryrefslogtreecommitdiffstats
path: root/drivers/reset/Kconfig
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@blueri.se>2019-10-03 16:08:35 +0200
committerStefano Babic <sbabic@denx.de>2019-10-08 16:36:36 +0200
commit6300dc4c61c9eccc9960bd9cd9b163032992fb4a (patch)
tree5d8477a940a8f9166fecf6a9d1e6c7fe03c0fba2 /drivers/reset/Kconfig
parentd08a194871fdf91b2ccdbaf02e35ed9443e0e170 (diff)
downloadu-boot-6300dc4c61c9eccc9960bd9cd9b163032992fb4a.tar.gz
u-boot-6300dc4c61c9eccc9960bd9cd9b163032992fb4a.tar.xz
u-boot-6300dc4c61c9eccc9960bd9cd9b163032992fb4a.zip
imx: add support for i.MX7/i.MX8MQ reset controller
Add support for the reset controller that's used on the i.MX7D and i.MX8MQ. This will be needed to be able to assert the PCIe reset pins. Bindings taken from Linux, driver implementation mostly taken from Linux and adjusted to U-Boot infrastructure. Signed-off-by: Patrick Wildt <patrick@blueri.se> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r--drivers/reset/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 6ec6f39c85..976f3a701c 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -127,4 +127,11 @@ config RESET_HISILICON
help
Support for reset controller on HiSilicon SoCs.
+config RESET_IMX7
+ bool "i.MX7/8 Reset Driver"
+ depends on DM_RESET && (ARCH_MX7 || ARCH_IMX8M)
+ default y
+ help
+ Support for reset controller on i.MX7/8 SoCs.
+
endmenu