diff options
| author | Tom Rini <[email protected]> | 2025-07-04 15:46:00 -0600 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-07-10 08:02:11 -0300 |
| commit | b284c347252fcc8f2999181b75147008b22eac8d (patch) | |
| tree | eaefb3130e8ed6870f5fe52da385da7d3a5a91ad /drivers/misc | |
| parent | 097e01d56f5689f62e9a86951331024971047968 (diff) | |
arm: imx: Remove the rest of i.MX31 support
With the removal of the last i.MX31 platform we can remove the rest of
the underlying architecture code as well.
Fixes: f247354708ec ("arm: Remove mx31pdk board")
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Peng Fan <[email protected]>
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" |
