2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
6 mainmenu "Linux/SH64 Kernel Configuration"
23 config RWSEM_GENERIC_SPINLOCK
27 config GENERIC_FIND_NEXT_BIT
31 config GENERIC_HWEIGHT
35 config GENERIC_CALIBRATE_DELAY
39 config GENERIC_HARDIRQS
43 config GENERIC_IRQ_PROBE
47 config RWSEM_XCHGADD_ALGORITHM
50 config ARCH_HAS_ILOG2_U32
54 config ARCH_HAS_ILOG2_U64
58 config ARCH_NO_VIRT_TO_BUS
66 prompt "SuperH system type"
81 prompt "Processor family"
90 prompt "Processor type"
92 config CPU_SUBTYPE_SH5_101
96 config CPU_SUBTYPE_SH5_103
104 default LITTLE_ENDIAN
118 config SH64_FPU_DENORM_FLUSH
120 bool "Flush floating point denorms to zero"
123 prompt "Page table levels"
124 default SH64_PGTABLE_2_LEVEL
126 config SH64_PGTABLE_2_LEVEL
129 config SH64_PGTABLE_3_LEVEL
135 prompt "HugeTLB page size"
136 depends on HUGETLB_PAGE && MMU
137 default HUGETLB_PAGE_SIZE_64K
139 config HUGETLB_PAGE_SIZE_64K
142 config HUGETLB_PAGE_SIZE_1MB
145 config HUGETLB_PAGE_SIZE_512MB
150 config SH64_USER_MISALIGNED_FIXUP
151 bool "Fixup misaligned loads/stores occurring in user mode"
153 comment "Memory options"
155 config CACHED_MEMORY_OFFSET
156 hex "Cached Area Offset"
160 hex "Physical memory start address"
163 config MEMORY_SIZE_IN_MB
164 int "Memory size (in MB)"
165 default "8" if SH_SIMULATOR
168 comment "Cache options"
172 default DCACHE_DISABLED if SH_SIMULATOR
173 default DCACHE_WRITE_BACK
175 config DCACHE_WRITE_BACK
177 depends on !SH_SIMULATOR
179 config DCACHE_WRITE_THROUGH
181 depends on !SH_SIMULATOR
183 config DCACHE_DISABLED
188 config ICACHE_DISABLED
189 bool "ICache Disabling"
191 config PCIDEVICE_MEMORY_START
195 config DEVICE_MEMORY_START
199 config FLASH_MEMORY_START
200 hex "Flash memory/on-chip devices start address"
203 config PCI_BLOCK_START
204 hex "PCI block start address"
207 comment "CPU Subtype specific options"
209 config SH64_ID2815_WORKAROUND
210 bool "Include workaround for SH5-101 cut2 silicon defect ID2815"
212 comment "Misc options"
219 bool "Support for HDSP-253 LED"
223 tristate "DMA controller (DMAC) support"
226 bool "Preemptible Kernel (EXPERIMENTAL)"
227 depends on EXPERIMENTAL
233 menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)"
245 Find out whether you have a PCI motherboard. PCI is the name of a
246 bus system, i.e. the way the CPU talks to the other stuff inside
247 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
248 VESA. If you have PCI, say Y, otherwise N.
250 The PCI-HOWTO, available from
251 <http://www.tldp.org/docs.html#howto>, contains valuable
252 information about which PCI hardware does work under Linux and which
255 config SH_PCIDMA_NONCOHERENT
256 bool "Cache and PCI noncoherent"
260 Enable this option if your platform does not have a CPU cache which
261 remains coherent with PCI DMA. It is safest to say 'Y', although you
262 will see better performance if you can say 'N', because the PCI DMA
263 code will not have to flush the CPU's caches. If you have a PCI host
264 bridge integrated with your SH CPU, refer carefully to the chip specs
265 to see if you can say 'N' here. Otherwise, leave it as 'Y'.
267 source "drivers/pci/Kconfig"
269 source "drivers/pcmcia/Kconfig"
271 source "drivers/pci/hotplug/Kconfig"
275 menu "Executable file formats"
277 source "fs/Kconfig.binfmt"
283 source "drivers/Kconfig"
287 source "kernel/Kconfig.instrumentation"
289 source "arch/sh64/Kconfig.debug"
291 source "security/Kconfig"
293 source "crypto/Kconfig"