Kconfig (06ec64b84c357693e9a5540de8eedfc775dbae12) Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145)
1# SPDX-License-Identifier: GPL-2.0
2#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.txt.
5#
6
7config OPENRISC
8 def_bool y

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

138 help
139 This enables support for systems with more than one CPU. If you have
140 a system with only one CPU, say N. If you have a system with more
141 than one CPU, say Y.
142
143 If you don't know what to do here, say N.
144
145source kernel/Kconfig.hz
1# SPDX-License-Identifier: GPL-2.0
2#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.txt.
5#
6
7config OPENRISC
8 def_bool y

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

138 help
139 This enables support for systems with more than one CPU. If you have
140 a system with only one CPU, say N. If you have a system with more
141 than one CPU, say Y.
142
143 If you don't know what to do here, say N.
144
145source kernel/Kconfig.hz
146source kernel/Kconfig.preempt
147
148config OPENRISC_NO_SPR_SR_DSX
149 bool "use SPR_SR_DSX software emulation" if OR1K_1200
150 default y
151 help
152 SPR_SR_DSX bit is status register bit indicating whether
153 the last exception has happened in delay slot.
154

--- 49 unchanged lines hidden ---
146
147config OPENRISC_NO_SPR_SR_DSX
148 bool "use SPR_SR_DSX software emulation" if OR1K_1200
149 default y
150 help
151 SPR_SR_DSX bit is status register bit indicating whether
152 the last exception has happened in delay slot.
153

--- 49 unchanged lines hidden ---