diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 160b2eef6d81..06b3b6162ff7 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -18,6 +18,14 @@ config ARCH_SH7377 | |||
18 | select GENERIC_TIME | 18 | select GENERIC_TIME |
19 | select GENERIC_CLOCKEVENTS | 19 | select GENERIC_CLOCKEVENTS |
20 | 20 | ||
21 | config ARCH_SH7372 | ||
22 | bool "SH-Mobile AP4 (SH7372)" | ||
23 | select CPU_V7 | ||
24 | select HAVE_CLK | ||
25 | select COMMON_CLKDEV | ||
26 | select GENERIC_TIME | ||
27 | select GENERIC_CLOCKEVENTS | ||
28 | |||
21 | comment "SH-Mobile Board Type" | 29 | comment "SH-Mobile Board Type" |
22 | 30 | ||
23 | config MACH_G3EVM | 31 | config MACH_G3EVM |
@@ -28,6 +36,10 @@ config MACH_G4EVM | |||
28 | bool "G4EVM board" | 36 | bool "G4EVM board" |
29 | depends on ARCH_SH7377 | 37 | depends on ARCH_SH7377 |
30 | 38 | ||
39 | config MACH_AP4EVB | ||
40 | bool "AP4EVB board" | ||
41 | depends on ARCH_SH7372 | ||
42 | |||
31 | comment "SH-Mobile System Configuration" | 43 | comment "SH-Mobile System Configuration" |
32 | 44 | ||
33 | menu "Memory configuration" | 45 | menu "Memory configuration" |
@@ -36,6 +48,7 @@ config MEMORY_START | |||
36 | hex "Physical memory start address" | 48 | hex "Physical memory start address" |
37 | default "0x50000000" if MACH_G3EVM | 49 | default "0x50000000" if MACH_G3EVM |
38 | default "0x40000000" if MACH_G4EVM | 50 | default "0x40000000" if MACH_G4EVM |
51 | default "0x40000000" if MACH_AP4EVB | ||
39 | default "0x00000000" | 52 | default "0x00000000" |
40 | ---help--- | 53 | ---help--- |
41 | Tweak this only when porting to a new machine which does not | 54 | Tweak this only when porting to a new machine which does not |
@@ -46,6 +59,7 @@ config MEMORY_SIZE | |||
46 | hex "Physical memory size" | 59 | hex "Physical memory size" |
47 | default "0x08000000" if MACH_G3EVM | 60 | default "0x08000000" if MACH_G3EVM |
48 | default "0x08000000" if MACH_G4EVM | 61 | default "0x08000000" if MACH_G4EVM |
62 | default "0x10000000" if MACH_AP4EVB | ||
49 | default "0x04000000" | 63 | default "0x04000000" |
50 | help | 64 | help |
51 | This sets the default memory size assumed by your kernel. It can | 65 | This sets the default memory size assumed by your kernel. It can |