Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) Kconfig (2eac9c2dfb2b9660d592abbf3d172ebcb0af3719)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6config 64BIT
7 bool
8

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

36 select IRQ_DOMAIN
37 select RISCV_ISA_A if SMP
38 select SPARSE_IRQ
39 select SYSCTL_EXCEPTION_TRACE
40 select HAVE_ARCH_TRACEHOOK
41 select HAVE_PCI
42 select MODULES_USE_ELF_RELA if MODULES
43 select THREAD_INFO_IN_TASK
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6config 64BIT
7 bool
8

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

36 select IRQ_DOMAIN
37 select RISCV_ISA_A if SMP
38 select SPARSE_IRQ
39 select SYSCTL_EXCEPTION_TRACE
40 select HAVE_ARCH_TRACEHOOK
41 select HAVE_PCI
42 select MODULES_USE_ELF_RELA if MODULES
43 select THREAD_INFO_IN_TASK
44 select PCI_DOMAINS_GENERIC if PCI
44 select PCI_MSI if PCI
45 select RISCV_TIMER
46 select GENERIC_IRQ_MULTI_HANDLER
47 select ARCH_HAS_PTE_SPECIAL
48
49config MMU
50 def_bool y
51

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

260 Set this option to 'Y' to have the kernel ignore the bootloader
261 or firmware command line. Instead, the built-in command line
262 will be used exclusively.
263
264 If you don't know what to do here, say N.
265
266endmenu
267
45 select PCI_MSI if PCI
46 select RISCV_TIMER
47 select GENERIC_IRQ_MULTI_HANDLER
48 select ARCH_HAS_PTE_SPECIAL
49
50config MMU
51 def_bool y
52

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

261 Set this option to 'Y' to have the kernel ignore the bootloader
262 or firmware command line. Instead, the built-in command line
263 will be used exclusively.
264
265 If you don't know what to do here, say N.
266
267endmenu
268
268config PCI_DOMAINS
269 def_bool PCI
270
271config PCI_DOMAINS_GENERIC
272 def_bool PCI
273
274menu "Power management options"
275
276source kernel/power/Kconfig
277
278endmenu
269menu "Power management options"
270
271source kernel/power/Kconfig
272
273endmenu