]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-rmobile/include/mach/rmobile.h
ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE
[people/ms/u-boot.git] / arch / arm / mach-rmobile / include / mach / rmobile.h
CommitLineData
4fb44e22
NI
1#ifndef __ASM_ARCH_RMOBILE_H
2#define __ASM_ARCH_RMOBILE_H
3
1cc95f6e 4#if defined(CONFIG_ARCH_RMOBILE)
1cdf2482
NI
5#if defined(CONFIG_SH73A0)
6#include <asm/arch/sh73a0.h>
cfa291b7
NI
7#elif defined(CONFIG_R8A7740)
8#include <asm/arch/r8a7740.h>
1d0e9278
NI
9#elif defined(CONFIG_R8A7790)
10#include <asm/arch/r8a7790.h>
bd0550fc
NI
11#elif defined(CONFIG_R8A7791)
12#include <asm/arch/r8a7791.h>
062edd2b
NI
13#elif defined(CONFIG_R8A7793)
14#include <asm/arch/r8a7793.h>
fafcfc5a
NI
15#elif defined(CONFIG_R8A7794)
16#include <asm/arch/r8a7794.h>
1cdf2482 17#else
4fb44e22 18#error "SOC Name not defined"
1cdf2482 19#endif
1cc95f6e 20#endif /* CONFIG_ARCH_RMOBILE */
4fb44e22 21
5dd8dbd7
NI
22#ifndef __ASSEMBLY__
23u32 rmobile_get_cpu_type(void);
24u32 rmobile_get_cpu_rev_integer(void);
25u32 rmobile_get_cpu_rev_fraction(void);
26#endif /* __ASSEMBLY__ */
27
4fb44e22 28#endif /* __ASM_ARCH_RMOBILE_H */