diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-20 11:29:27 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-20 11:29:27 +0200 |
commit | 70876facfa9bb6596e4c09e9ed6b8f26d0bcba51 (patch) | |
tree | 05ebd850c3061a5e923d1ee8ef6c72b68805983b /arch/sh/Kconfig | |
parent | sh: Update se7722 defconfig. (diff) | |
parent | sh: Preliminary support for the SH-X3 CPU. (diff) | |
download | linux-70876facfa9bb6596e4c09e9ed6b8f26d0bcba51.tar.xz linux-70876facfa9bb6596e4c09e9ed6b8f26d0bcba51.zip |
Merge branch 'x3'
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 924efe5b8c29..d8ed6676ae86 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -554,6 +554,7 @@ config NR_CPUS int "Maximum number of CPUs (2-32)" range 2 32 depends on SMP + default "4" if CPU_SHX3 default "2" help This allows you to specify the maximum number of CPUs which this |