Kconfig (ba463937ef75bceaf3943edf01f849257c68623a) | Kconfig (91b91d01416afba8d3f230a62b5d2784bd7af94a) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 135 unchanged lines hidden (view full) --- 144 145config SH_HS7751RVOIP 146 bool "HS7751RVOIP" 147 select CPU_SUBTYPE_SH7751R 148 help 149 Select HS7751RVOIP if configuring for a Renesas Technology 150 Sales VoIP board. 151 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 135 unchanged lines hidden (view full) --- 144 145config SH_HS7751RVOIP 146 bool "HS7751RVOIP" 147 select CPU_SUBTYPE_SH7751R 148 help 149 Select HS7751RVOIP if configuring for a Renesas Technology 150 Sales VoIP board. 151 |
152config SH_7710VOIPGW 153 bool "SH7710-VOIP-GW" 154 select CPU_SUBTYPE_SH7710 155 help 156 Select this option to build a kernel for the SH7710 based 157 VOIP GW. 158 |
|
152config SH_RTS7751R2D 153 bool "RTS7751R2D" 154 select CPU_SUBTYPE_SH7751R 155 help 156 Select RTS7751R2D if configuring for a Renesas Technology 157 Sales SH-Graphics board. 158 159config SH_R7780RP --- 240 unchanged lines hidden (view full) --- 400 401config ISA_DMA_API 402 bool 403 depends on SH_MPC1211 404 default y 405 406menu "Kernel features" 407 | 159config SH_RTS7751R2D 160 bool "RTS7751R2D" 161 select CPU_SUBTYPE_SH7751R 162 help 163 Select RTS7751R2D if configuring for a Renesas Technology 164 Sales SH-Graphics board. 165 166config SH_R7780RP --- 240 unchanged lines hidden (view full) --- 407 408config ISA_DMA_API 409 bool 410 depends on SH_MPC1211 411 default y 412 413menu "Kernel features" 414 |
415source kernel/Kconfig.hz 416 |
|
408config KEXEC 409 bool "kexec system call (EXPERIMENTAL)" 410 depends on EXPERIMENTAL 411 help 412 kexec is a system call that implements the ability to shutdown your 413 current kernel, and to start another kernel. It is like a reboot 414 but it is independent of the system firmware. And like a reboot 415 you can start any kernel with it, not just Linux. --- 40 unchanged lines hidden (view full) --- 456 help 457 This allows you to specify the maximum number of CPUs which this 458 kernel will support. The maximum supported value is 32 and the 459 minimum value which makes sense is 2. 460 461 This is purely to save memory - each supported CPU adds 462 approximately eight kilobytes to the kernel image. 463 | 417config KEXEC 418 bool "kexec system call (EXPERIMENTAL)" 419 depends on EXPERIMENTAL 420 help 421 kexec is a system call that implements the ability to shutdown your 422 current kernel, and to start another kernel. It is like a reboot 423 but it is independent of the system firmware. And like a reboot 424 you can start any kernel with it, not just Linux. --- 40 unchanged lines hidden (view full) --- 465 help 466 This allows you to specify the maximum number of CPUs which this 467 kernel will support. The maximum supported value is 32 and the 468 minimum value which makes sense is 2. 469 470 This is purely to save memory - each supported CPU adds 471 approximately eight kilobytes to the kernel image. 472 |
473source "kernel/Kconfig.preempt" 474 |
|
464config CPU_HAS_SR_RB 465 bool "CPU has SR.RB" 466 depends on CPU_SH3 || CPU_SH4 467 default y 468 help 469 This will enable the use of SR.RB register bank usage. Processors 470 that are lacking this bit must have another method in place for 471 accomplishing what is taken care of by the banked registers. --- 138 unchanged lines hidden --- | 475config CPU_HAS_SR_RB 476 bool "CPU has SR.RB" 477 depends on CPU_SH3 || CPU_SH4 478 default y 479 help 480 This will enable the use of SR.RB register bank usage. Processors 481 that are lacking this bit must have another method in place for 482 accomplishing what is taken care of by the banked registers. --- 138 unchanged lines hidden --- |