summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-25 03:40:59 +0300
committerTom Rini <trini@konsulko.com>2021-09-01 00:46:37 +0300
commit0c2729edadeaa1253397afcab1aef4687b7c64c9 (patch)
tree8fe9f191086664c32c5b8bb6480183ce69820581 /arch/arm/mach-imx
parentfcadcaa5211f5621d6c5e2d9a16f3fd182a4f38d (diff)
downloadu-boot-0c2729edadeaa1253397afcab1aef4687b7c64c9.tar.xz
imx: Introduce CONFIG_MACH_IMX
Currently, there is no over-arching symbol for access to arch/arm/mach-imx nor the CONFIG symbols that are common over all of these related platforms. This new CONFIG symbol will allow us to start down this path. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 653463ab46..c5923e333c 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -1,3 +1,6 @@
+config MACH_IMX
+ bool
+
config HAS_CAAM
bool