3 menu "ST-Ericsson AB U300/U330/U335/U365 Platform"
5 comment "ST-Ericsson Mobile Platform Products"
10 comment "ST-Ericsson U300/U330/U335/U365 Feature Selections"
13 prompt "U300/U330/U335/U365 system type"
14 default MACH_U300_BS2X
16 You need to select the target system, i.e. the
17 U300/U330/U335/U365 board that you want to compile your kernel
21 bool "S26/S26/B25/B26 Test Products"
24 Select this if you're developing on the
25 S26/S25 test products. (Also works on
28 config MACH_U300_BS330
29 bool "S330/B330 Test Products"
32 Select this if you're developing on the
33 S330/B330 test products.
35 config MACH_U300_BS335
36 bool "S335/B335 Test Products"
39 Select this if you're developing on the
40 S335/B335 test products.
42 config MACH_U300_BS365
43 bool "S365/B365 Test Products"
46 Select this if you're developing on the
47 S365/B365 test products.
52 prompt "Memory configuration"
53 default MACH_U300_SINGLE_RAM
55 You have to config the kernel according to the physical memory
58 config MACH_U300_SINGLE_RAM
61 Select this if you want support for Single RAM phones.
63 config MACH_U300_DUAL_RAM
66 Select this if you want support for Dual RAM phones.
67 This is two RAM memorys on different EMIFs.
71 bool "Debug support for U300"
74 Debug support for U300 in sysfs, procfs etc.
76 config MACH_U300_SEMI_IS_SHARED
77 bool "The SEMI is used by both the access and application side"
80 This makes it possible to use the SEMI (Shared External
81 Memory Interface) from both from access and application
84 config MACH_U300_SPIDUMMY
85 bool "SSP/SPI dummy chip"
90 This creates a small kernel module that creates a dummy
91 SPI device to be used for loopback tests. Regularly used
92 to test reference designs. If you're not testing SPI,
93 you don't need it. Selecting this will activate the
94 SPI framework and ARM PL022 support.
96 comment "All the settings below must match the bootloader's settings"
98 config MACH_U300_ACCESS_MEM_SIZE
99 int "Access CPU memory allocation"
101 depends on MACH_U300_SINGLE_RAM
104 How much memory in MiB that the Access side CPU has allocated
106 config MACH_U300_2MB_ALIGNMENT_FIX
107 bool "2MiB alignment fix"
108 depends on MACH_U300_SINGLE_RAM
111 If yes and the Access side CPU has allocated an odd size in
112 MiB, this fix gives you one MiB extra that would otherwise be
113 lost due to Linux 2 MiB alignment policy.