diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 8e24c40662e3..3aa3b885ab36 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -479,7 +479,7 @@ config SH_CLK_MD | |||
479 | int "CPU Mode Pin Setting" | 479 | int "CPU Mode Pin Setting" |
480 | depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206 | 480 | depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206 |
481 | help | 481 | help |
482 | MD2 - MD0 Setting. | 482 | MD2 - MD0 pin setting. |
483 | 483 | ||
484 | menu "CPU Frequency scaling" | 484 | menu "CPU Frequency scaling" |
485 | 485 | ||
@@ -580,18 +580,6 @@ config NR_CPUS | |||
580 | 580 | ||
581 | source "kernel/Kconfig.preempt" | 581 | source "kernel/Kconfig.preempt" |
582 | 582 | ||
583 | config CPU_HAS_SR_RB | ||
584 | bool "CPU has SR.RB" | ||
585 | depends on CPU_SH3 || CPU_SH4 | ||
586 | default y | ||
587 | help | ||
588 | This will enable the use of SR.RB register bank usage. Processors | ||
589 | that are lacking this bit must have another method in place for | ||
590 | accomplishing what is taken care of by the banked registers. | ||
591 | |||
592 | See <file:Documentation/sh/register-banks.txt> for further | ||
593 | information on SR.RB and register banking in the kernel in general. | ||
594 | |||
595 | config NODES_SHIFT | 583 | config NODES_SHIFT |
596 | int | 584 | int |
597 | default "1" | 585 | default "1" |