Kconfig (a9451b8e19716cf8bf420a1d0e58199558ecaeb5) | Kconfig (fba8a8674f68a0628abae470dfcfbcb4a0d7a79e) |
---|---|
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.rst. 5# 6 7config 64BIT 8 bool --- 377 unchanged lines hidden (view full) --- 386 387config RISCV_SBI_V01 388 bool "SBI v0.1 support" 389 default y 390 depends on RISCV_SBI 391 help 392 This config allows kernel to use SBI v0.1 APIs. This will be 393 deprecated in future once legacy M-mode software are no longer in use. | 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.rst. 5# 6 7config 64BIT 8 bool --- 377 unchanged lines hidden (view full) --- 386 387config RISCV_SBI_V01 388 bool "SBI v0.1 support" 389 default y 390 depends on RISCV_SBI 391 help 392 This config allows kernel to use SBI v0.1 APIs. This will be 393 deprecated in future once legacy M-mode software are no longer in use. |
394 395config KEXEC 396 bool "Kexec system call" 397 select KEXEC_CORE 398 select HOTPLUG_CPU if SMP 399 depends on MMU 400 help 401 kexec is a system call that implements the ability to shutdown your 402 current kernel, and to start another kernel. It is like a reboot 403 but it is independent of the system firmware. And like a reboot 404 you can start any kernel with it, not just Linux. 405 406 The name comes from the similarity to the exec system call. 407 408 |
|
394endmenu 395 396menu "Boot options" 397 398config CMDLINE 399 string "Built-in kernel command line" 400 help 401 For most platforms, the arguments for the kernel's command line --- 81 unchanged lines hidden --- | 409endmenu 410 411menu "Boot options" 412 413config CMDLINE 414 string "Built-in kernel command line" 415 help 416 For most platforms, the arguments for the kernel's command line --- 81 unchanged lines hidden --- |