2 * Copyright (C) 2010 Uwe Kleine-Koenig, Pengutronix
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License version 2 as published by
6 * the Free Software Foundation.
8 #ifndef __MACH_IOMUX_H__
9 #define __MACH_IOMUX_H__
11 /* This file will go away, please include mach/iomux-mx... directly */
13 #ifdef CONFIG_ARCH_MX1
14 #include <mach/iomux-mx1.h>
16 #ifdef CONFIG_ARCH_MX2
17 #include <mach/iomux-mx2x.h>
18 #ifdef CONFIG_MACH_MX21
19 #include <mach/iomux-mx21.h>
21 #ifdef CONFIG_MACH_MX27
22 #include <mach/iomux-mx27.h>
26 #endif /* __MACH_IOMUX_H__ */