Kconfig (7e86548e2cc8d308cb75439480f428137151b0de) | Kconfig (10626c32e3827bca560217966f5bd586c4e91584) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6config RISCV 7 def_bool y 8 select OF --- 41 unchanged lines hidden (view full) --- 50 hex 51 default 0xC0000000 if 32BIT && MAXPHYSMEM_2GB 52 default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB 53 default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB 54 55config STACKTRACE_SUPPORT 56 def_bool y 57 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6config RISCV 7 def_bool y 8 select OF --- 41 unchanged lines hidden (view full) --- 50 hex 51 default 0xC0000000 if 32BIT && MAXPHYSMEM_2GB 52 default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB 53 default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB 54 55config STACKTRACE_SUPPORT 56 def_bool y 57 |
58config TRACE_IRQFLAGS_SUPPORT 59 def_bool y 60 |
|
58config RWSEM_GENERIC_SPINLOCK 59 def_bool y 60 61config GENERIC_BUG 62 def_bool y 63 depends on BUG 64 select GENERIC_BUG_RELATIVE_POINTERS if 64BIT 65 --- 36 unchanged lines hidden (view full) --- 102 select GENERIC_ASHLDI3 103 select GENERIC_ASHRDI3 104 select GENERIC_LSHRDI3 105 106config ARCH_RV64I 107 bool "RV64I" 108 select CPU_SUPPORTS_64BIT_KERNEL 109 select 64BIT | 61config RWSEM_GENERIC_SPINLOCK 62 def_bool y 63 64config GENERIC_BUG 65 def_bool y 66 depends on BUG 67 select GENERIC_BUG_RELATIVE_POINTERS if 64BIT 68 --- 36 unchanged lines hidden (view full) --- 105 select GENERIC_ASHLDI3 106 select GENERIC_ASHRDI3 107 select GENERIC_LSHRDI3 108 109config ARCH_RV64I 110 bool "RV64I" 111 select CPU_SUPPORTS_64BIT_KERNEL 112 select 64BIT |
113 select HAVE_FUNCTION_TRACER 114 select HAVE_FUNCTION_GRAPH_TRACER |
|
110 111endchoice 112 113# We must be able to map all physical memory into the kernel, but the compiler 114# is still a bit more efficient when generating code if it's setup in a manner 115# such that it can only map 2GiB of memory. 116choice 117 prompt "Kernel Code Model" --- 193 unchanged lines hidden --- | 115 116endchoice 117 118# We must be able to map all physical memory into the kernel, but the compiler 119# is still a bit more efficient when generating code if it's setup in a manner 120# such that it can only map 2GiB of memory. 121choice 122 prompt "Kernel Code Model" --- 193 unchanged lines hidden --- |