diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-08-09 15:03:43 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-08-17 04:20:29 -0400 |
commit | 73285146544589424e8e1c1ebd6304d3c6231acf (patch) | |
tree | bf708ce0fad584054e6904219e58c833d02f72d0 /arch/arm/mach-u300/Kconfig | |
parent | 93ee7a9340d64f20295aacc3fb6a22b759323280 (diff) |
mach-u300: retire odd singlemem variant
The U300 had a special variant where a memory was shared
between two CPU:s and only one part of memory was
accessible for the kernel. However it is now seriously
legacy and only create problems for kernel consolidation,
so let's retire it.
Cc: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300/Kconfig')
-rw-r--r-- | arch/arm/mach-u300/Kconfig | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/arch/arm/mach-u300/Kconfig b/arch/arm/mach-u300/Kconfig index 32a7b0f7e9f7..d3a9ca45ef85 100644 --- a/arch/arm/mach-u300/Kconfig +++ b/arch/arm/mach-u300/Kconfig | |||
@@ -48,25 +48,6 @@ config MACH_U300_BS365 | |||
48 | 48 | ||
49 | endchoice | 49 | endchoice |
50 | 50 | ||
51 | choice | ||
52 | prompt "Memory configuration" | ||
53 | default MACH_U300_SINGLE_RAM | ||
54 | ---help--- | ||
55 | You have to config the kernel according to the physical memory | ||
56 | configuration. | ||
57 | |||
58 | config MACH_U300_SINGLE_RAM | ||
59 | bool "Single RAM" | ||
60 | help | ||
61 | Select this if you want support for Single RAM phones. | ||
62 | |||
63 | config MACH_U300_DUAL_RAM | ||
64 | bool "Dual RAM" | ||
65 | help | ||
66 | Select this if you want support for Dual RAM phones. | ||
67 | This is two RAM memories on different EMIFs. | ||
68 | endchoice | ||
69 | |||
70 | config U300_DEBUG | 51 | config U300_DEBUG |
71 | bool "Debug support for U300" | 52 | bool "Debug support for U300" |
72 | depends on PM | 53 | depends on PM |
@@ -93,25 +74,6 @@ config MACH_U300_SPIDUMMY | |||
93 | you don't need it. Selecting this will activate the | 74 | you don't need it. Selecting this will activate the |
94 | SPI framework and ARM PL022 support. | 75 | SPI framework and ARM PL022 support. |
95 | 76 | ||
96 | comment "All the settings below must match the bootloader's settings" | ||
97 | |||
98 | config MACH_U300_ACCESS_MEM_SIZE | ||
99 | int "Access CPU memory allocation" | ||
100 | range 7 25 | ||
101 | depends on MACH_U300_SINGLE_RAM | ||
102 | default 13 | ||
103 | help | ||
104 | How much memory in MiB that the Access side CPU has allocated | ||
105 | |||
106 | config MACH_U300_2MB_ALIGNMENT_FIX | ||
107 | bool "2MiB alignment fix" | ||
108 | depends on MACH_U300_SINGLE_RAM | ||
109 | default y | ||
110 | help | ||
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. | ||
114 | |||
115 | endmenu | 77 | endmenu |
116 | 78 | ||
117 | endif | 79 | endif |