3 comment "SH-Mobile System Type"
6 bool "SH-Mobile G3 (SH7367)"
11 select GENERIC_CLOCKEVENTS
14 bool "SH-Mobile G4 (SH7377)"
19 select GENERIC_CLOCKEVENTS
22 bool "SH-Mobile AP4 (SH7372)"
27 select GENERIC_CLOCKEVENTS
29 comment "SH-Mobile Board Type"
33 depends on ARCH_SH7367
34 select ARCH_REQUIRE_GPIOLIB
38 depends on ARCH_SH7377
39 select ARCH_REQUIRE_GPIOLIB
43 depends on ARCH_SH7372
44 select ARCH_REQUIRE_GPIOLIB
45 select SH_LCD_MIPI_DSI
48 prompt "AP4EVB LCD panel selection"
50 depends on MACH_AP4EVB
53 bool "MIPI-DSI QHD (960x540)"
56 bool "Parallel WVGA (800x480)"
60 comment "SH-Mobile System Configuration"
62 menu "Memory configuration"
65 hex "Physical memory start address"
66 default "0x50000000" if MACH_G3EVM
67 default "0x40000000" if MACH_G4EVM
68 default "0x40000000" if MACH_AP4EVB
71 Tweak this only when porting to a new machine which does not
72 already have a defconfig. Changing it from the known correct
73 value on any of the known systems will only lead to disaster.
76 hex "Physical memory size"
77 default "0x08000000" if MACH_G3EVM
78 default "0x08000000" if MACH_G4EVM
79 default "0x10000000" if MACH_AP4EVB
82 This sets the default memory size assumed by your kernel. It can
83 be overridden as normal by the 'mem=' argument on the kernel command
88 menu "Timer and clock configuration"
90 config SHMOBILE_TIMER_HZ
91 int "Kernel HZ (jiffies per second)"
95 Allows the configuration of the timer frequency. It is customary
96 to have the timer interrupt run at 1000 Hz or 100 Hz, but in the
97 case of low timer frequencies other values may be more suitable.
98 SH-Mobile systems using a 32768 Hz RCLK for clock events may want
99 to select a HZ value such as 128 that can evenly divide RCLK.
100 A HZ value that does not divide evenly may cause timer drift.
103 bool "CMT timer driver"
106 This enables build of the CMT timer driver.
109 bool "TMU timer driver"
112 This enables build of the TMU timer driver.