diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-04-02 00:08:05 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-04-02 00:08:05 -0500 |
commit | 95d465fd750897ab32462a6702fbfe1b122cbbc0 (patch) | |
tree | 65c38b2f11c51bb6932e44dd6c92f15b0091abfe /arch/mips/Kconfig | |
parent | 642fde17dceceb56c7ba2762733ac688666ae657 (diff) | |
parent | 683aa4012f53b2ada0f430487e05d37b0d94e90a (diff) |
Manual merge with Linus.
Conflicts:
arch/powerpc/kernel/setup-common.c
drivers/input/keyboard/hil_kbd.c
drivers/input/mouse/hil_ptr.c
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 6d4333776d28..e15709ce8866 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -604,7 +604,7 @@ config SGI_IP32 | |||
604 | If you want this kernel to run on SGI O2 workstation, say Y here. | 604 | If you want this kernel to run on SGI O2 workstation, say Y here. |
605 | 605 | ||
606 | config SIBYTE_BIGSUR | 606 | config SIBYTE_BIGSUR |
607 | bool "Support for Sibyte BigSur" | 607 | bool "Support for Sibyte BCM91480B-BigSur" |
608 | select BOOT_ELF32 | 608 | select BOOT_ELF32 |
609 | select DMA_COHERENT | 609 | select DMA_COHERENT |
610 | select PCI_DOMAINS | 610 | select PCI_DOMAINS |
@@ -793,6 +793,7 @@ source "arch/mips/tx4927/Kconfig" | |||
793 | source "arch/mips/tx4938/Kconfig" | 793 | source "arch/mips/tx4938/Kconfig" |
794 | source "arch/mips/vr41xx/Kconfig" | 794 | source "arch/mips/vr41xx/Kconfig" |
795 | source "arch/mips/philips/pnx8550/common/Kconfig" | 795 | source "arch/mips/philips/pnx8550/common/Kconfig" |
796 | source "arch/mips/cobalt/Kconfig" | ||
796 | 797 | ||
797 | endmenu | 798 | endmenu |
798 | 799 | ||
@@ -803,6 +804,14 @@ config RWSEM_GENERIC_SPINLOCK | |||
803 | config RWSEM_XCHGADD_ALGORITHM | 804 | config RWSEM_XCHGADD_ALGORITHM |
804 | bool | 805 | bool |
805 | 806 | ||
807 | config GENERIC_FIND_NEXT_BIT | ||
808 | bool | ||
809 | default y | ||
810 | |||
811 | config GENERIC_HWEIGHT | ||
812 | bool | ||
813 | default y | ||
814 | |||
806 | config GENERIC_CALIBRATE_DELAY | 815 | config GENERIC_CALIBRATE_DELAY |
807 | bool | 816 | bool |
808 | default y | 817 | default y |
@@ -1162,6 +1171,7 @@ config CPU_R4X00 | |||
1162 | config CPU_TX49XX | 1171 | config CPU_TX49XX |
1163 | bool "R49XX" | 1172 | bool "R49XX" |
1164 | depends on SYS_HAS_CPU_TX49XX | 1173 | depends on SYS_HAS_CPU_TX49XX |
1174 | select CPU_HAS_PREFETCH | ||
1165 | select CPU_SUPPORTS_32BIT_KERNEL | 1175 | select CPU_SUPPORTS_32BIT_KERNEL |
1166 | select CPU_SUPPORTS_64BIT_KERNEL | 1176 | select CPU_SUPPORTS_64BIT_KERNEL |
1167 | 1177 | ||
@@ -1584,7 +1594,7 @@ source "mm/Kconfig" | |||
1584 | 1594 | ||
1585 | config SMP | 1595 | config SMP |
1586 | bool "Multi-Processing support" | 1596 | bool "Multi-Processing support" |
1587 | depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP | 1597 | depends on CPU_RM9000 || ((SIBYTE_BCM1x80 || SIBYTE_BCM1x55 || SIBYTE_SB1250 || QEMU) && !SIBYTE_STANDALONE) || SGI_IP27 || MIPS_MT_SMP |
1588 | ---help--- | 1598 | ---help--- |
1589 | This enables support for systems with more than one CPU. If you have | 1599 | This enables support for systems with more than one CPU. If you have |
1590 | a system with only one CPU, like most personal computers, say N. If | 1600 | a system with only one CPU, like most personal computers, say N. If |