drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / csky / Kconfig
blob5479707eb5d10df1e083c9c7c547c266b64f4232
1 # SPDX-License-Identifier: GPL-2.0-only
2 config CSKY
3         def_bool y
4         select ARCH_32BIT_OFF_T
5         select ARCH_HAS_CPU_CACHE_ALIASING
6         select ARCH_HAS_DMA_PREP_COHERENT
7         select ARCH_HAS_GCOV_PROFILE_ALL
8         select ARCH_HAS_SYNC_DMA_FOR_CPU
9         select ARCH_HAS_SYNC_DMA_FOR_DEVICE
10         select ARCH_USE_BUILTIN_BSWAP
11         select ARCH_USE_QUEUED_RWLOCKS
12         select ARCH_USE_QUEUED_SPINLOCKS
13         select ARCH_HAS_CURRENT_STACK_POINTER
14         select ARCH_INLINE_READ_LOCK if !PREEMPTION
15         select ARCH_INLINE_READ_LOCK_BH if !PREEMPTION
16         select ARCH_INLINE_READ_LOCK_IRQ if !PREEMPTION
17         select ARCH_INLINE_READ_LOCK_IRQSAVE if !PREEMPTION
18         select ARCH_INLINE_READ_UNLOCK if !PREEMPTION
19         select ARCH_INLINE_READ_UNLOCK_BH if !PREEMPTION
20         select ARCH_INLINE_READ_UNLOCK_IRQ if !PREEMPTION
21         select ARCH_INLINE_READ_UNLOCK_IRQRESTORE if !PREEMPTION
22         select ARCH_INLINE_WRITE_LOCK if !PREEMPTION
23         select ARCH_INLINE_WRITE_LOCK_BH if !PREEMPTION
24         select ARCH_INLINE_WRITE_LOCK_IRQ if !PREEMPTION
25         select ARCH_INLINE_WRITE_LOCK_IRQSAVE if !PREEMPTION
26         select ARCH_INLINE_WRITE_UNLOCK if !PREEMPTION
27         select ARCH_INLINE_WRITE_UNLOCK_BH if !PREEMPTION
28         select ARCH_INLINE_WRITE_UNLOCK_IRQ if !PREEMPTION
29         select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE if !PREEMPTION
30         select ARCH_INLINE_SPIN_TRYLOCK if !PREEMPTION
31         select ARCH_INLINE_SPIN_TRYLOCK_BH if !PREEMPTION
32         select ARCH_INLINE_SPIN_LOCK if !PREEMPTION
33         select ARCH_INLINE_SPIN_LOCK_BH if !PREEMPTION
34         select ARCH_INLINE_SPIN_LOCK_IRQ if !PREEMPTION
35         select ARCH_INLINE_SPIN_LOCK_IRQSAVE if !PREEMPTION
36         select ARCH_INLINE_SPIN_UNLOCK if !PREEMPTION
37         select ARCH_INLINE_SPIN_UNLOCK_BH if !PREEMPTION
38         select ARCH_INLINE_SPIN_UNLOCK_IRQ if !PREEMPTION
39         select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE if !PREEMPTION
40         select ARCH_NEED_CMPXCHG_1_EMU
41         select ARCH_WANT_FRAME_POINTERS if !CPU_CK610 && $(cc-option,-mbacktrace)
42         select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
43         select COMMON_CLK
44         select CLKSRC_MMIO
45         select CSKY_MPINTC if CPU_CK860
46         select CSKY_MP_TIMER if CPU_CK860
47         select CSKY_APB_INTC
48         select DMA_DIRECT_REMAP
49         select IRQ_DOMAIN
50         select DW_APB_TIMER_OF
51         select GENERIC_IOREMAP
52         select GENERIC_LIB_ASHLDI3
53         select GENERIC_LIB_ASHRDI3
54         select GENERIC_LIB_LSHRDI3
55         select GENERIC_LIB_MULDI3
56         select GENERIC_LIB_CMPDI2
57         select GENERIC_LIB_UCMPDI2
58         select GENERIC_ALLOCATOR
59         select GENERIC_ATOMIC64
60         select GENERIC_CPU_DEVICES
61         select GENERIC_IRQ_CHIP
62         select GENERIC_IRQ_PROBE
63         select GENERIC_IRQ_SHOW
64         select GENERIC_IRQ_MULTI_HANDLER
65         select GENERIC_SCHED_CLOCK
66         select GENERIC_SMP_IDLE_THREAD
67         select GENERIC_TIME_VSYSCALL
68         select GENERIC_VDSO_32
69         select GENERIC_GETTIMEOFDAY
70         select GX6605S_TIMER if CPU_CK610
71         select HAVE_ARCH_TRACEHOOK
72         select HAVE_ARCH_AUDITSYSCALL
73         select HAVE_ARCH_JUMP_LABEL if !CPU_CK610
74         select HAVE_ARCH_JUMP_LABEL_RELATIVE
75         select HAVE_ARCH_MMAP_RND_BITS
76         select HAVE_ARCH_SECCOMP_FILTER
77         select HAVE_CONTEXT_TRACKING_USER
78         select HAVE_VIRT_CPU_ACCOUNTING_GEN
79         select HAVE_DEBUG_BUGVERBOSE
80         select HAVE_DEBUG_KMEMLEAK
81         select HAVE_DYNAMIC_FTRACE
82         select HAVE_DYNAMIC_FTRACE_WITH_REGS
83         select HAVE_GENERIC_VDSO
84         select HAVE_FUNCTION_TRACER
85         select HAVE_FUNCTION_GRAPH_TRACER
86         select HAVE_FUNCTION_ERROR_INJECTION
87         select HAVE_FTRACE_MCOUNT_RECORD
88         select HAVE_KERNEL_GZIP
89         select HAVE_KERNEL_LZO
90         select HAVE_KERNEL_LZMA
91         select HAVE_KPROBES if !CPU_CK610
92         select HAVE_KPROBES_ON_FTRACE if !CPU_CK610
93         select HAVE_KRETPROBES if !CPU_CK610
94         select HAVE_PAGE_SIZE_4KB
95         select HAVE_PERF_EVENTS
96         select HAVE_PERF_REGS
97         select HAVE_PERF_USER_STACK_DUMP
98         select HAVE_DMA_CONTIGUOUS
99         select HAVE_REGS_AND_STACK_ACCESS_API
100         select HAVE_STACKPROTECTOR
101         select HAVE_SYSCALL_TRACEPOINTS
102         select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU
103         select LOCK_MM_AND_FIND_VMA
104         select MAY_HAVE_SPARSE_IRQ
105         select MODULES_USE_ELF_RELA if MODULES
106         select OF
107         select OF_EARLY_FLATTREE
108         select PERF_USE_VMALLOC if CPU_CK610
109         select RTC_LIB
110         select TIMER_OF
111         select GENERIC_PCI_IOMAP
112         select HAVE_PCI
113         select PCI_DOMAINS_GENERIC if PCI
114         select PCI_SYSCALL if PCI
115         select PCI_MSI if PCI
116         select TRACE_IRQFLAGS_SUPPORT
118 config LOCKDEP_SUPPORT
119         def_bool y
121 config ARCH_SUPPORTS_UPROBES
122         def_bool y if !CPU_CK610
124 config CPU_HAS_CACHEV2
125         bool
127 config CPU_HAS_FPUV2
128         bool
130 config CPU_HAS_HILO
131         bool
133 config CPU_HAS_TLBI
134         bool
136 config CPU_HAS_LDSTEX
137         bool
138         help
139           For SMP, CPU needs "ldex&stex" instructions for atomic operations.
141 config CPU_NEED_TLBSYNC
142         bool
144 config CPU_NEED_SOFTALIGN
145         bool
147 config CPU_NO_USER_BKPT
148         bool
149         help
150           For abiv2 we couldn't use "trap 1" as user space bkpt in gdbserver, because
151           abiv2 is 16/32bit instruction set and "trap 1" is 32bit.
152           So we need a 16bit instruction as user space bkpt, and it will cause an illegal
153           instruction exception.
154           In kernel we parse the *regs->pc to determine whether to send SIGTRAP or not.
156 config GENERIC_CALIBRATE_DELAY
157         def_bool y
159 config GENERIC_CSUM
160         def_bool y
162 config GENERIC_HWEIGHT
163         def_bool y
165 config MMU
166         def_bool y
168 config STACKTRACE_SUPPORT
169         def_bool y
171 config TIME_LOW_RES
172         def_bool y
174 config CPU_ASID_BITS
175         int
176         default "8"     if (CPU_CK610 || CPU_CK807 || CPU_CK810)
177         default "12"    if (CPU_CK860)
179 config L1_CACHE_SHIFT
180         int
181         default "4"     if (CPU_CK610)
182         default "5"     if (CPU_CK807 || CPU_CK810)
183         default "6"     if (CPU_CK860)
185 config ARCH_MMAP_RND_BITS_MIN
186         default 8
188 # max bits determined by the following formula:
189 #  VA_BITS - PAGE_SHIFT - 3
190 config ARCH_MMAP_RND_BITS_MAX
191         default 17
193 menu "Processor type and features"
195 choice
196         prompt "CPU MODEL"
197         default CPU_CK807
199 config CPU_CK610
200         bool "CSKY CPU ck610"
201         select CPU_NEED_TLBSYNC
202         select CPU_NEED_SOFTALIGN
203         select CPU_NO_USER_BKPT
205 config CPU_CK810
206         bool "CSKY CPU ck810"
207         select CPU_HAS_HILO
208         select CPU_NEED_TLBSYNC
210 config CPU_CK807
211         bool "CSKY CPU ck807"
212         select CPU_HAS_HILO
214 config CPU_CK860
215         bool "CSKY CPU ck860"
216         select CPU_HAS_TLBI
217         select CPU_HAS_CACHEV2
218         select CPU_HAS_LDSTEX
219         select CPU_HAS_FPUV2
220 endchoice
222 choice
223         prompt "PAGE OFFSET"
224         default PAGE_OFFSET_80000000
226 config PAGE_OFFSET_80000000
227         bool "PAGE OFFSET 2G (user:kernel = 2:2)"
229 config PAGE_OFFSET_A0000000
230         bool "PAGE OFFSET 2.5G (user:kernel = 2.5:1.5)"
231 endchoice
233 config PAGE_OFFSET
234         hex
235         default 0x80000000 if PAGE_OFFSET_80000000
236         default 0xa0000000 if PAGE_OFFSET_A0000000
237 choice
239         prompt "C-SKY PMU type"
240         depends on PERF_EVENTS
241         depends on CPU_CK807 || CPU_CK810 || CPU_CK860
243 config CPU_PMU_NONE
244         bool "None"
246 config CSKY_PMU_V1
247         bool "Performance Monitoring Unit Ver.1"
249 endchoice
251 choice
252         prompt "Power Manager Instruction (wait/doze/stop)"
253         default CPU_PM_NONE
255 config CPU_PM_NONE
256         bool "None"
258 config CPU_PM_WAIT
259         bool "wait"
261 config CPU_PM_DOZE
262         bool "doze"
264 config CPU_PM_STOP
265         bool "stop"
266 endchoice
268 menuconfig HAVE_TCM
269         bool "Tightly-Coupled/Sram Memory"
270         depends on !COMPILE_TEST
271         help
272           The implementation are not only used by TCM (Tightly-Coupled Memory)
273           but also used by sram on SOC bus. It follow existed linux tcm
274           software interface, so that old tcm application codes could be
275           re-used directly.
277 if HAVE_TCM
278 config ITCM_RAM_BASE
279         hex "ITCM ram base"
280         default 0xffffffff
282 config ITCM_NR_PAGES
283         int "Page count of ITCM size: NR*4KB"
284         range 1 256
285         default 32
287 config HAVE_DTCM
288         bool "DTCM Support"
290 config DTCM_RAM_BASE
291         hex "DTCM ram base"
292         depends on HAVE_DTCM
293         default 0xffffffff
295 config DTCM_NR_PAGES
296         int "Page count of DTCM size: NR*4KB"
297         depends on HAVE_DTCM
298         range 1 256
299         default 32
300 endif
302 config CPU_HAS_VDSP
303         bool "CPU has VDSP coprocessor"
304         depends on CPU_HAS_FPU && CPU_HAS_FPUV2
306 config CPU_HAS_FPU
307         bool "CPU has FPU coprocessor"
308         depends on CPU_CK807 || CPU_CK810 || CPU_CK860
310 config CPU_HAS_ICACHE_INS
311         bool "CPU has Icache invalidate instructions"
312         depends on CPU_HAS_CACHEV2
314 config CPU_HAS_TEE
315         bool "CPU has Trusted Execution Environment"
316         depends on CPU_CK810
318 config SMP
319         bool "Symmetric Multi-Processing (SMP) support for C-SKY"
320         depends on CPU_CK860
321         default n
323 config NR_CPUS
324         int "Maximum number of CPUs (2-32)"
325         range 2 32
326         depends on SMP
327         default "4"
329 config HIGHMEM
330         bool "High Memory Support"
331         depends on !CPU_CK610
332         select KMAP_LOCAL
333         default y
335 config DRAM_BASE
336         hex "DRAM start addr (the same with memory-section in dts)"
337         default 0x0
339 config HOTPLUG_CPU
340         bool "Support for hot-pluggable CPUs"
341         select GENERIC_IRQ_MIGRATION
342         depends on SMP
343         help
344           Say Y here to allow turning CPUs off and on. CPUs can be
345           controlled through /sys/devices/system/cpu/cpu1/hotplug/target.
347           Say N if you want to disable CPU hotplug.
349 config HAVE_EFFICIENT_UNALIGNED_STRING_OPS
350         bool "Enable EFFICIENT_UNALIGNED_STRING_OPS for abiv2"
351         depends on CPU_CK807 || CPU_CK810 || CPU_CK860
352         help
353           Say Y here to enable EFFICIENT_UNALIGNED_STRING_OPS. Some CPU models could
354           deal with unaligned access by hardware.
356 endmenu
358 source "arch/csky/Kconfig.platforms"
360 source "kernel/Kconfig.hz"