From a05a6045d5bc1c0b6b4b2d95380cefb0a664beb4 Mon Sep 17 00:00:00 2001 From: Boris BREZILLON Date: Wed, 4 Mar 2015 13:13:04 +0100 Subject: ARM: iMX: define an IMX_CONFIG Kconfig option IMX_CONFIG is currently passed via the SYS_EXTRA_OPTIONS which is marked as deprecated. Add a new Kconfig file under arch/arm/imx-common and define the IMX_CONFIG Kconfig in there. Each board is supposed to provide a default value pointing to the appropriate imximage.cfg file. Signed-off-by: Boris Brezillon --- arch/arm/imx-common/Kconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/arm/imx-common/Kconfig (limited to 'arch/arm/imx-common') diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig new file mode 100644 index 0000000..37b3752 --- /dev/null +++ b/arch/arm/imx-common/Kconfig @@ -0,0 +1,2 @@ +config IMX_CONFIG + string -- cgit v1.1