Kconfig (4ee93d80ad73980826d582c7c37caa9597822001) Kconfig (eecac38b0423a69715073ecbde581dafd1abb28b)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6config OPENRISC
7 def_bool y
8 select OF

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

28 select MODULES_USE_ELF_RELA
29 select HAVE_DEBUG_STACKOVERFLOW
30 select OR1K_PIC
31 select CPU_NO_EFFICIENT_FFS if !OPENRISC_HAVE_INST_FF1
32 select NO_BOOTMEM
33 select ARCH_USE_QUEUED_SPINLOCKS
34 select ARCH_USE_QUEUED_RWLOCKS
35 select OMPIC if SMP
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6config OPENRISC
7 def_bool y
8 select OF

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

28 select MODULES_USE_ELF_RELA
29 select HAVE_DEBUG_STACKOVERFLOW
30 select OR1K_PIC
31 select CPU_NO_EFFICIENT_FFS if !OPENRISC_HAVE_INST_FF1
32 select NO_BOOTMEM
33 select ARCH_USE_QUEUED_SPINLOCKS
34 select ARCH_USE_QUEUED_RWLOCKS
35 select OMPIC if SMP
36 select ARCH_WANT_FRAME_POINTERS
36
37config CPU_BIG_ENDIAN
38 def_bool y
39
40config MMU
41 def_bool y
42
43config RWSEM_GENERIC_SPINLOCK

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

55config TRACE_IRQFLAGS_SUPPORT
56 def_bool y
57
58# For now, use generic checksum functions
59#These can be reimplemented in assembly later if so inclined
60config GENERIC_CSUM
61 def_bool y
62
37
38config CPU_BIG_ENDIAN
39 def_bool y
40
41config MMU
42 def_bool y
43
44config RWSEM_GENERIC_SPINLOCK

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

56config TRACE_IRQFLAGS_SUPPORT
57 def_bool y
58
59# For now, use generic checksum functions
60#These can be reimplemented in assembly later if so inclined
61config GENERIC_CSUM
62 def_bool y
63
64config STACKTRACE_SUPPORT
65 def_bool y
66
63source "init/Kconfig"
64
65source "kernel/Kconfig.freezer"
66
67menu "Processor type and features"
68
69choice
70 prompt "Subarchitecture"

--- 150 unchanged lines hidden ---
67source "init/Kconfig"
68
69source "kernel/Kconfig.freezer"
70
71menu "Processor type and features"
72
73choice
74 prompt "Subarchitecture"

--- 150 unchanged lines hidden ---