3 comment "SH-Mobile System Type"
6 bool "SH-Mobile G3 (SH7367)"
10 select GENERIC_CLOCKEVENTS
13 bool "SH-Mobile G4 (SH7377)"
17 select GENERIC_CLOCKEVENTS
20 bool "SH-Mobile AP4 (SH7372)"
24 select GENERIC_CLOCKEVENTS
26 comment "SH-Mobile Board Type"
30 depends on ARCH_SH7367
31 select ARCH_REQUIRE_GPIOLIB
35 depends on ARCH_SH7377
36 select ARCH_REQUIRE_GPIOLIB
40 depends on ARCH_SH7372
41 select ARCH_REQUIRE_GPIOLIB
43 comment "SH-Mobile System Configuration"
45 menu "Memory configuration"
48 hex "Physical memory start address"
49 default "0x50000000" if MACH_G3EVM
50 default "0x40000000" if MACH_G4EVM
51 default "0x40000000" if MACH_AP4EVB
54 Tweak this only when porting to a new machine which does not
55 already have a defconfig. Changing it from the known correct
56 value on any of the known systems will only lead to disaster.
59 hex "Physical memory size"
60 default "0x08000000" if MACH_G3EVM
61 default "0x08000000" if MACH_G4EVM
62 default "0x10000000" if MACH_AP4EVB
65 This sets the default memory size assumed by your kernel. It can
66 be overridden as normal by the 'mem=' argument on the kernel command
71 menu "Timer and clock configuration"
74 bool "CMT timer driver"
77 This enables build of the CMT timer driver.