aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2011-11-13 14:55:35 -0500
committerJiri Kosina <jkosina@suse.cz>2011-11-13 14:55:53 -0500
commit2290c0d06d82faee87b1ab2d9d4f7bf81ef64379 (patch)
treee075e4d5534193f28e6059904f61e5ca03958d3c /arch/mips/Kconfig
parent4da669a2e3e5bc70b30a0465f3641528681b5f77 (diff)
parent52e4c2a05256cb83cda12f3c2137ab1533344edb (diff)
Merge branch 'master' into for-next
Sync with Linus tree to have 157550ff ("mtd: add GPMI-NAND driver in the config and Makefile") as I have patch depending on that one.
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig27
1 files changed, 5 insertions, 22 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c616420efe8..c72bf8dc9a6 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -47,6 +47,8 @@ config MIPS_ALCHEMY
47 select GENERIC_GPIO 47 select GENERIC_GPIO
48 select ARCH_WANT_OPTIONAL_GPIOLIB 48 select ARCH_WANT_OPTIONAL_GPIOLIB
49 select SYS_SUPPORTS_ZBOOT 49 select SYS_SUPPORTS_ZBOOT
50 select USB_ARCH_HAS_OHCI
51 select USB_ARCH_HAS_EHCI
50 52
51config AR7 53config AR7
52 bool "Texas Instruments AR7" 54 bool "Texas Instruments AR7"
@@ -92,15 +94,8 @@ config BCM47XX
92 select DMA_NONCOHERENT 94 select DMA_NONCOHERENT
93 select HW_HAS_PCI 95 select HW_HAS_PCI
94 select IRQ_CPU 96 select IRQ_CPU
95 select SYS_HAS_CPU_MIPS32_R1
96 select SYS_SUPPORTS_32BIT_KERNEL 97 select SYS_SUPPORTS_32BIT_KERNEL
97 select SYS_SUPPORTS_LITTLE_ENDIAN 98 select SYS_SUPPORTS_LITTLE_ENDIAN
98 select SSB
99 select SSB_DRIVER_MIPS
100 select SSB_DRIVER_EXTIF
101 select SSB_EMBEDDED
102 select SSB_B43_PCI_BRIDGE if PCI
103 select SSB_PCICORE_HOSTMODE if PCI
104 select GENERIC_GPIO 99 select GENERIC_GPIO
105 select SYS_HAS_EARLY_PRINTK 100 select SYS_HAS_EARLY_PRINTK
106 select CFE 101 select CFE
@@ -213,6 +208,7 @@ config MACH_JZ4740
213 select SYS_HAS_EARLY_PRINTK 208 select SYS_HAS_EARLY_PRINTK
214 select HAVE_PWM 209 select HAVE_PWM
215 select HAVE_CLK 210 select HAVE_CLK
211 select GENERIC_IRQ_CHIP
216 212
217config LANTIQ 213config LANTIQ
218 bool "Lantiq based platforms" 214 bool "Lantiq based platforms"
@@ -791,6 +787,7 @@ endchoice
791 787
792source "arch/mips/alchemy/Kconfig" 788source "arch/mips/alchemy/Kconfig"
793source "arch/mips/ath79/Kconfig" 789source "arch/mips/ath79/Kconfig"
790source "arch/mips/bcm47xx/Kconfig"
794source "arch/mips/bcm63xx/Kconfig" 791source "arch/mips/bcm63xx/Kconfig"
795source "arch/mips/jazz/Kconfig" 792source "arch/mips/jazz/Kconfig"
796source "arch/mips/jz4740/Kconfig" 793source "arch/mips/jz4740/Kconfig"
@@ -823,10 +820,6 @@ config ARCH_HAS_ILOG2_U64
823 bool 820 bool
824 default n 821 default n
825 822
826config ARCH_SUPPORTS_OPROFILE
827 bool
828 default y if !MIPS_MT_SMTC
829
830config GENERIC_HWEIGHT 823config GENERIC_HWEIGHT
831 bool 824 bool
832 default y 825 default y
@@ -2098,7 +2091,7 @@ config NODES_SHIFT
2098 2091
2099config HW_PERF_EVENTS 2092config HW_PERF_EVENTS
2100 bool "Enable hardware performance counter support for perf events" 2093 bool "Enable hardware performance counter support for perf events"
2101 depends on PERF_EVENTS && !MIPS_MT_SMTC && OPROFILE=n && CPU_MIPS32 2094 depends on PERF_EVENTS && !MIPS_MT_SMTC && OPROFILE=n && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON)
2102 default y 2095 default y
2103 help 2096 help
2104 Enable hardware performance counter support for perf events. If 2097 Enable hardware performance counter support for perf events. If
@@ -2258,16 +2251,6 @@ config HZ
2258 2251
2259source "kernel/Kconfig.preempt" 2252source "kernel/Kconfig.preempt"
2260 2253
2261config MIPS_INSANE_LARGE
2262 bool "Support for large 64-bit configurations"
2263 depends on CPU_R10000 && 64BIT
2264 help
2265 MIPS R10000 does support a 44 bit / 16TB address space as opposed to
2266 previous 64-bit processors which only supported 40 bit / 1TB. If you
2267 need processes of more than 1TB virtual address space, say Y here.
2268 This will result in additional memory usage, so it is not
2269 recommended for normal users.
2270
2271config KEXEC 2254config KEXEC
2272 bool "Kexec system call (EXPERIMENTAL)" 2255 bool "Kexec system call (EXPERIMENTAL)"
2273 depends on EXPERIMENTAL 2256 depends on EXPERIMENTAL