[PATCH 2/9] ARM i.MX IIM: add support for more SoCs
Sascha Hauer
s.hauer at pengutronix.de
Thu Jul 28 03:59:38 EDT 2011
Do not depend on the specific SoCs for the IIM module, but
instead exclude the one that don't have this unit.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/mach-imx/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index f497d35..f99fcb3 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -480,7 +480,7 @@ config IMX_CLKO
config IMX_IIM
tristate "IIM fusebox device"
- depends on ARCH_IMX25 || ARCH_IMX35
+ depends on !ARCH_IMX21 && !ARCH_IMX21
help
Device driver for the IC Identification Module (IIM) fusebox. Use the
regular md/mw commands to program and read the fusebox.
--
1.7.5.4
More information about the barebox
mailing list