Kconfig (0cbb8a32cb6db616cfe3d412a1c872f9776d1073) Kconfig (9e953cda5cdf1c230a3c9b7fc4d5e94f15885a9b)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.txt.
5#
6
7config 64BIT
8 bool

--- 36 unchanged lines hidden (view full) ---

45 select THREAD_INFO_IN_TASK
46 select PCI_DOMAINS_GENERIC if PCI
47 select PCI_MSI if PCI
48 select RISCV_TIMER
49 select GENERIC_IRQ_MULTI_HANDLER
50 select ARCH_HAS_PTE_SPECIAL
51 select ARCH_HAS_MMIOWB
52 select HAVE_EBPF_JIT if 64BIT
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.txt.
5#
6
7config 64BIT
8 bool

--- 36 unchanged lines hidden (view full) ---

45 select THREAD_INFO_IN_TASK
46 select PCI_DOMAINS_GENERIC if PCI
47 select PCI_MSI if PCI
48 select RISCV_TIMER
49 select GENERIC_IRQ_MULTI_HANDLER
50 select ARCH_HAS_PTE_SPECIAL
51 select ARCH_HAS_MMIOWB
52 select HAVE_EBPF_JIT if 64BIT
53 select ARCH_HAS_GIGANTIC_PAGE
54 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT
53
54config MMU
55 def_bool y
56
57config ZONE_DMA32
58 bool
59 default y if 64BIT
60
61config PAGE_OFFSET
62 hex
63 default 0xC0000000 if 32BIT && MAXPHYSMEM_2GB
64 default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB
65 default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB
66
55
56config MMU
57 def_bool y
58
59config ZONE_DMA32
60 bool
61 default y if 64BIT
62
63config PAGE_OFFSET
64 hex
65 default 0xC0000000 if 32BIT && MAXPHYSMEM_2GB
66 default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB
67 default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB
68
69config ARCH_WANT_GENERAL_HUGETLB
70 def_bool y
71
72config SYS_SUPPORTS_HUGETLBFS
73 def_bool y
74
67config STACKTRACE_SUPPORT
68 def_bool y
69
70config TRACE_IRQFLAGS_SUPPORT
71 def_bool y
72
73config GENERIC_BUG
74 def_bool y

--- 207 unchanged lines hidden ---
75config STACKTRACE_SUPPORT
76 def_bool y
77
78config TRACE_IRQFLAGS_SUPPORT
79 def_bool y
80
81config GENERIC_BUG
82 def_bool y

--- 207 unchanged lines hidden ---