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 8f4eb13b586..160b2eef6d8 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -10,12 +10,24 @@ config ARCH_SH7367 | |||
10 | select GENERIC_TIME | 10 | select GENERIC_TIME |
11 | select GENERIC_CLOCKEVENTS | 11 | select GENERIC_CLOCKEVENTS |
12 | 12 | ||
13 | config ARCH_SH7377 | ||
14 | bool "SH-Mobile G4 (SH7377)" | ||
15 | select CPU_V7 | ||
16 | select HAVE_CLK | ||
17 | select COMMON_CLKDEV | ||
18 | select GENERIC_TIME | ||
19 | select GENERIC_CLOCKEVENTS | ||
20 | |||
13 | comment "SH-Mobile Board Type" | 21 | comment "SH-Mobile Board Type" |
14 | 22 | ||
15 | config MACH_G3EVM | 23 | config MACH_G3EVM |
16 | bool "G3EVM board" | 24 | bool "G3EVM board" |
17 | depends on ARCH_SH7367 | 25 | depends on ARCH_SH7367 |
18 | 26 | ||
27 | config MACH_G4EVM | ||
28 | bool "G4EVM board" | ||
29 | depends on ARCH_SH7377 | ||
30 | |||
19 | comment "SH-Mobile System Configuration" | 31 | comment "SH-Mobile System Configuration" |
20 | 32 | ||
21 | menu "Memory configuration" | 33 | menu "Memory configuration" |
@@ -23,6 +35,7 @@ menu "Memory configuration" | |||
23 | config MEMORY_START | 35 | config MEMORY_START |
24 | hex "Physical memory start address" | 36 | hex "Physical memory start address" |
25 | default "0x50000000" if MACH_G3EVM | 37 | default "0x50000000" if MACH_G3EVM |
38 | default "0x40000000" if MACH_G4EVM | ||
26 | default "0x00000000" | 39 | default "0x00000000" |
27 | ---help--- | 40 | ---help--- |
28 | Tweak this only when porting to a new machine which does not | 41 | Tweak this only when porting to a new machine which does not |
@@ -32,6 +45,7 @@ config MEMORY_START | |||
32 | config MEMORY_SIZE | 45 | config MEMORY_SIZE |
33 | hex "Physical memory size" | 46 | hex "Physical memory size" |
34 | default "0x08000000" if MACH_G3EVM | 47 | default "0x08000000" if MACH_G3EVM |
48 | default "0x08000000" if MACH_G4EVM | ||
35 | default "0x04000000" | 49 | default "0x04000000" |
36 | help | 50 | help |
37 | This sets the default memory size assumed by your kernel. It can | 51 | This sets the default memory size assumed by your kernel. It can |