Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / unicore32 / mm / Kconfig
blobe9154a59d56127227caf14973a50d3f72a384178
1 # SPDX-License-Identifier: GPL-2.0
2 comment "Processor Type"
4 # Select CPU types depending on the architecture selected.  This selects
5 # which CPUs we support in the kernel image, and the compiler instruction
6 # optimiser behaviour.
8 config CPU_UCV2
9         def_bool y
11 comment "Processor Features"
13 config CPU_ICACHE_DISABLE
14         bool "Disable I-Cache (I-bit)"
15         help
16           Say Y here to disable the processor instruction cache. Unless
17           you have a reason not to or are unsure, say N.
19 config CPU_DCACHE_DISABLE
20         bool "Disable D-Cache (D-bit)"
21         help
22           Say Y here to disable the processor data cache. Unless
23           you have a reason not to or are unsure, say N.
25 config CPU_DCACHE_WRITETHROUGH
26         bool "Force write through D-cache"
27         help
28           Say Y here to use the data cache in writethrough mode. Unless you
29           specifically require this or are unsure, say N.
31 config CPU_DCACHE_LINE_DISABLE
32         bool "Disable D-cache line ops"
33         default y
34         help
35           Say Y here to disable the data cache line operations.
37 config CPU_TLB_SINGLE_ENTRY_DISABLE
38         bool "Disable TLB single entry ops"
39         default y
40         help
41           Say Y here to disable the TLB single entry operations.
43 config SWIOTLB
44         def_bool y
45         select DMA_DIRECT_OPS
47 config IOMMU_HELPER
48         def_bool SWIOTLB
50 config NEED_SG_DMA_LENGTH
51         def_bool SWIOTLB