diff options
| author | Marek Vasut <[email protected]> | 2024-09-01 02:38:00 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-09-02 13:23:36 -0300 |
| commit | d1349097222b5a3264f614b3e4fe672e0df26435 (patch) | |
| tree | 451ef8bdcc85cca0a92bce66729886502d92fd4b | |
| parent | 412a6f39737c01f2320e3ff8bc7aad7a8e2139ab (diff) | |
ARM: imx: Wrap i.MX config options in MACH_IMX
Wrap all the i.MX specific options in MACH_IMX, otherwise they keep
showing up in other SoC vendor configurations. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/mach-imx/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index c34bc25c0bf..134e42028c3 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -1,6 +1,8 @@ config MACH_IMX bool +if MACH_IMX + config HAS_CAAM bool @@ -200,3 +202,5 @@ config IOMUX_LPSR config IOMUX_SHARE_CONF_REG bool + +endif |
