diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-21 01:43:43 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:51 -0500 |
commit | f137c319db9d4227f1857f9ff886278ad61c8207 (patch) | |
tree | 864515b407b75cd655ba354cdd44d23ff3e47c5b /arch/sh | |
parent | 36763b22bee56713057762bb0756e8075b5bb918 (diff) |
sh: Kill off some dead sh64 kconfig symbols.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig.sh64 | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/arch/sh/Kconfig.sh64 b/arch/sh/Kconfig.sh64 index e37cd8c51e34..9f71f9531c08 100644 --- a/arch/sh/Kconfig.sh64 +++ b/arch/sh/Kconfig.sh64 | |||
@@ -106,27 +106,11 @@ config SH64_FPU_DENORM_FLUSH | |||
106 | depends on SH_FPU | 106 | depends on SH_FPU |
107 | bool "Flush floating point denorms to zero" | 107 | bool "Flush floating point denorms to zero" |
108 | 108 | ||
109 | choice | ||
110 | prompt "Page table levels" | ||
111 | default SH64_PGTABLE_2_LEVEL | ||
112 | |||
113 | config SH64_PGTABLE_2_LEVEL | ||
114 | bool "2" | ||
115 | |||
116 | config SH64_PGTABLE_3_LEVEL | ||
117 | bool "3" | ||
118 | |||
119 | endchoice | ||
120 | |||
121 | config SH64_USER_MISALIGNED_FIXUP | 109 | config SH64_USER_MISALIGNED_FIXUP |
122 | bool "Fixup misaligned loads/stores occurring in user mode" | 110 | bool "Fixup misaligned loads/stores occurring in user mode" |
123 | 111 | ||
124 | comment "Memory options" | 112 | comment "Memory options" |
125 | 113 | ||
126 | config CACHED_MEMORY_OFFSET | ||
127 | hex "Cached Area Offset" | ||
128 | default "20000000" | ||
129 | |||
130 | config MEMORY_START | 114 | config MEMORY_START |
131 | hex "Physical memory start address" | 115 | hex "Physical memory start address" |
132 | default "80000000" | 116 | default "80000000" |
@@ -159,22 +143,6 @@ endchoice | |||
159 | config ICACHE_DISABLED | 143 | config ICACHE_DISABLED |
160 | bool "ICache Disabling" | 144 | bool "ICache Disabling" |
161 | 145 | ||
162 | config PCIDEVICE_MEMORY_START | ||
163 | hex | ||
164 | default "C0000000" | ||
165 | |||
166 | config DEVICE_MEMORY_START | ||
167 | hex | ||
168 | default "E0000000" | ||
169 | |||
170 | config FLASH_MEMORY_START | ||
171 | hex "Flash memory/on-chip devices start address" | ||
172 | default "00000000" | ||
173 | |||
174 | config PCI_BLOCK_START | ||
175 | hex "PCI block start address" | ||
176 | default "40000000" | ||
177 | |||
178 | comment "CPU Subtype specific options" | 146 | comment "CPU Subtype specific options" |
179 | 147 | ||
180 | config SH64_ID2815_WORKAROUND | 148 | config SH64_ID2815_WORKAROUND |