diff options
| author | Tom Rini <[email protected]> | 2025-07-17 11:42:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-17 11:42:46 -0600 |
| commit | 0f83825802d8938fb584c12f115bde900efe71c1 (patch) | |
| tree | 28720bb9bd9a1198d7243b6dcef73293b328791f /drivers/misc | |
| parent | 31b5df2e8bdaded291786d458bd639337faea19b (diff) | |
| parent | 6dc91a840810b7a35c78ac14e9868db462ae2039 (diff) | |
Merge tag 'u-boot-imx-master-20250717' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27088
- Add support for the i.MX95 B0 version.
- Enable standard boot for phycore-imx8mp.
- Kconfig fixes for i.MX MMC and FSL_SEC_MON.
- Support 4Gb single die variant of the i.MX8MM Venice board.
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/Kconfig | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 515d3668395..119014a37a9 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -302,28 +302,6 @@ config FSL_IIM bool "Enable FSL IC Identification Module (IIM) driver" depends on ARCH_MX5 -config FSL_SEC_MON - bool "Enable FSL SEC_MON Driver" - help - Freescale Security Monitor block is responsible for monitoring - system states. - Security Monitor can be transitioned on any security failures, - like software violations or hardware security violations. - -choice - prompt "Security monitor interaction endianess" - depends on FSL_SEC_MON - default SYS_FSL_SEC_MON_BE if PPC - default SYS_FSL_SEC_MON_LE - -config SYS_FSL_SEC_MON_LE - bool "Security monitor interactions are little endian" - -config SYS_FSL_SEC_MON_BE - bool "Security monitor interactions are big endian" - -endchoice - config IRQ bool "Interrupt controller" help |
