diff options
| author | Tom Rini <[email protected]> | 2025-07-11 08:38:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-11 08:38:53 -0600 |
| commit | 561134e04d58212bd0f665fcedf9d01545d5a20a (patch) | |
| tree | 992185560718c50025131dc62e70aa467ce674c0 /drivers/misc | |
| parent | 6bb0679377abb01a82db1ce69b5bf1d40aa02ace (diff) | |
| parent | 76f11d6de398669d30c9ad5621e6137d7aa6333a (diff) | |
Merge tag 'u-boot-imx-master-20250710' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27010
- Fix the i.MX8M Nano GPU path.
- Enable RNG support for KASLR on Toradex i.MX8 boards.
- Enable watchdog and clock driver for imx6ulz_smm_m2b.
- Tighten dependencies on CMD_BLOB.
- Remove the rest of i.MX31 support.
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 8b8f6309ada..515d3668395 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -300,7 +300,7 @@ config DS4510 config FSL_IIM bool "Enable FSL IC Identification Module (IIM) driver" - depends on ARCH_MX31 || ARCH_MX5 + depends on ARCH_MX5 config FSL_SEC_MON bool "Enable FSL SEC_MON Driver" |
