diff options
-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 |