3 menu "ST-Ericsson AB U300/U330/U335/U365 Platform"
5 comment "ST-Ericsson Mobile Platform Products"
12 comment "ST-Ericsson U300/U330/U335/U365 Feature Selections"
15 prompt "U300/U330/U335/U365 system type"
16 default MACH_U300_BS2X
18 You need to select the target system, i.e. the
19 U300/U330/U335/U365 board that you want to compile your kernel
23 bool "S26/S26/B25/B26 Test Products"
26 Select this if you're developing on the
27 S26/S25 test products. (Also works on
30 config MACH_U300_BS330
31 bool "S330/B330 Test Products"
34 Select this if you're developing on the
35 S330/B330 test products.
37 config MACH_U300_BS335
38 bool "S335/B335 Test Products"
41 Select this if you're developing on the
42 S335/B335 test products.
44 config MACH_U300_BS365
45 bool "S365/B365 Test Products"
48 Select this if you're developing on the
49 S365/B365 test products.
54 prompt "Memory configuration"
55 default MACH_U300_SINGLE_RAM
57 You have to config the kernel according to the physical memory
60 config MACH_U300_SINGLE_RAM
63 Select this if you want support for Single RAM phones.
65 config MACH_U300_DUAL_RAM
68 Select this if you want support for Dual RAM phones.
69 This is two RAM memories on different EMIFs.
73 bool "Debug support for U300"
76 Debug support for U300 in sysfs, procfs etc.
78 config MACH_U300_SEMI_IS_SHARED
79 bool "The SEMI is used by both the access and application side"
82 This makes it possible to use the SEMI (Shared External
83 Memory Interface) from both from access and application
86 config MACH_U300_SPIDUMMY
87 bool "SSP/SPI dummy chip"
92 This creates a small kernel module that creates a dummy
93 SPI device to be used for loopback tests. Regularly used
94 to test reference designs. If you're not testing SPI,
95 you don't need it. Selecting this will activate the
96 SPI framework and ARM PL022 support.
98 comment "All the settings below must match the bootloader's settings"
100 config MACH_U300_ACCESS_MEM_SIZE
101 int "Access CPU memory allocation"
103 depends on MACH_U300_SINGLE_RAM
106 How much memory in MiB that the Access side CPU has allocated
108 config MACH_U300_2MB_ALIGNMENT_FIX
109 bool "2MiB alignment fix"
110 depends on MACH_U300_SINGLE_RAM
113 If yes and the Access side CPU has allocated an odd size in
114 MiB, this fix gives you one MiB extra that would otherwise be
115 lost due to Linux 2 MiB alignment policy.