aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-02-21 06:51:33 -0500
committerRalf Baechle <ralf@linux-mips.org>2013-02-21 06:51:33 -0500
commit8bfc245f9ad7bd4e461179e4e7852ef99b8b6144 (patch)
tree0ad091f645fbc8318634599d278966a53d3922ee /arch/mips/Kconfig
parent612663a974065c3445e641d046769fe4c55a6438 (diff)
parent535237cecab2b078114be712c67e89a0db61965f (diff)
Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-next
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index af4e04fde0b4..6fe9a188c49f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -107,12 +107,14 @@ config ATH79
107config BCM47XX 107config BCM47XX
108 bool "Broadcom BCM47XX based boards" 108 bool "Broadcom BCM47XX based boards"
109 select ARCH_WANT_OPTIONAL_GPIOLIB 109 select ARCH_WANT_OPTIONAL_GPIOLIB
110 select BOOT_RAW
110 select CEVT_R4K 111 select CEVT_R4K
111 select CSRC_R4K 112 select CSRC_R4K
112 select DMA_NONCOHERENT 113 select DMA_NONCOHERENT
113 select FW_CFE 114 select FW_CFE
114 select HW_HAS_PCI 115 select HW_HAS_PCI
115 select IRQ_CPU 116 select IRQ_CPU
117 select NO_EXCEPT_FILL
116 select SYS_SUPPORTS_32BIT_KERNEL 118 select SYS_SUPPORTS_32BIT_KERNEL
117 select SYS_SUPPORTS_LITTLE_ENDIAN 119 select SYS_SUPPORTS_LITTLE_ENDIAN
118 select SYS_HAS_EARLY_PRINTK 120 select SYS_HAS_EARLY_PRINTK
@@ -294,6 +296,7 @@ config MIPS_MALTA
294 select BOOT_RAW 296 select BOOT_RAW
295 select CEVT_R4K 297 select CEVT_R4K
296 select CSRC_R4K 298 select CSRC_R4K
299 select CSRC_GIC
297 select DMA_NONCOHERENT 300 select DMA_NONCOHERENT
298 select GENERIC_ISA_DMA 301 select GENERIC_ISA_DMA
299 select HAVE_PCSPKR_PLATFORM 302 select HAVE_PCSPKR_PLATFORM
@@ -425,6 +428,22 @@ config POWERTV
425 help 428 help
426 This enables support for the Cisco PowerTV Platform. 429 This enables support for the Cisco PowerTV Platform.
427 430
431config RALINK
432 bool "Ralink based machines"
433 select CEVT_R4K
434 select CSRC_R4K
435 select BOOT_RAW
436 select DMA_NONCOHERENT
437 select IRQ_CPU
438 select USE_OF
439 select SYS_HAS_CPU_MIPS32_R1
440 select SYS_HAS_CPU_MIPS32_R2
441 select SYS_SUPPORTS_32BIT_KERNEL
442 select SYS_SUPPORTS_LITTLE_ENDIAN
443 select SYS_HAS_EARLY_PRINTK
444 select HAVE_MACH_CLKDEV
445 select CLKDEV_LOOKUP
446
428config SGI_IP22 447config SGI_IP22
429 bool "SGI IP22 (Indy/Indigo2)" 448 bool "SGI IP22 (Indy/Indigo2)"
430 select FW_ARC 449 select FW_ARC
@@ -837,6 +856,7 @@ source "arch/mips/lantiq/Kconfig"
837source "arch/mips/lasat/Kconfig" 856source "arch/mips/lasat/Kconfig"
838source "arch/mips/pmcs-msp71xx/Kconfig" 857source "arch/mips/pmcs-msp71xx/Kconfig"
839source "arch/mips/powertv/Kconfig" 858source "arch/mips/powertv/Kconfig"
859source "arch/mips/ralink/Kconfig"
840source "arch/mips/sgi-ip27/Kconfig" 860source "arch/mips/sgi-ip27/Kconfig"
841source "arch/mips/sibyte/Kconfig" 861source "arch/mips/sibyte/Kconfig"
842source "arch/mips/txx9/Kconfig" 862source "arch/mips/txx9/Kconfig"
@@ -917,6 +937,9 @@ config CSRC_POWERTV
917config CSRC_R4K 937config CSRC_R4K
918 bool 938 bool
919 939
940config CSRC_GIC
941 bool
942
920config CSRC_SB1250 943config CSRC_SB1250
921 bool 944 bool
922 945