summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-rmobile/rmobile.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/arch-rmobile/rmobile.h')
-rw-r--r--arch/arm/include/asm/arch-rmobile/rmobile.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rmobile/rmobile.h b/arch/arm/include/asm/arch-rmobile/rmobile.h
new file mode 100644
index 0000000000..ac175617cd
--- /dev/null
+++ b/arch/arm/include/asm/arch-rmobile/rmobile.h
@@ -0,0 +1,14 @@
+#ifndef __ASM_ARCH_RMOBILE_H
+#define __ASM_ARCH_RMOBILE_H
+
+#if defined(CONFIG_RMOBILE)
+#if defined(CONFIG_SH73A0)
+#include <asm/arch/sh73a0.h>
+#elif defined(CONFIG_R8A7740)
+#include <asm/arch/r8a7740.h>
+#else
+#error "SOC Name not defined"
+#endif
+#endif /* CONFIG_RMOBILE */
+
+#endif /* __ASM_ARCH_RMOBILE_H */
OpenPOWER on IntegriCloud