aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-01-20 16:05:30 -0500
committerJohn Crispin <blogic@openwrt.org>2013-02-16 19:25:32 -0500
commitae2b5bb6570481b50a7175c64176b82da0a81836 (patch)
tree52d1c1997b7abe6f09ffbd14c0546a2ebe2b248e /arch/mips/Kconfig
parent5644da4f635a30fc03b4f12d81b2197d716d9cef (diff)
MIPS: ralink: adds Kbuild files
Add the Kbuild symbols and Makefiles needed to actually build the ralink code from this series Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/4899/
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 8f8666c8f28d..79ad1d09c255 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -437,6 +437,22 @@ config POWERTV
437 help 437 help
438 This enables support for the Cisco PowerTV Platform. 438 This enables support for the Cisco PowerTV Platform.
439 439
440config RALINK
441 bool "Ralink based machines"
442 select CEVT_R4K
443 select CSRC_R4K
444 select BOOT_RAW
445 select DMA_NONCOHERENT
446 select IRQ_CPU
447 select USE_OF
448 select SYS_HAS_CPU_MIPS32_R1
449 select SYS_HAS_CPU_MIPS32_R2
450 select SYS_SUPPORTS_32BIT_KERNEL
451 select SYS_SUPPORTS_LITTLE_ENDIAN
452 select SYS_HAS_EARLY_PRINTK
453 select HAVE_MACH_CLKDEV
454 select CLKDEV_LOOKUP
455
440config SGI_IP22 456config SGI_IP22
441 bool "SGI IP22 (Indy/Indigo2)" 457 bool "SGI IP22 (Indy/Indigo2)"
442 select FW_ARC 458 select FW_ARC
@@ -849,6 +865,7 @@ source "arch/mips/lantiq/Kconfig"
849source "arch/mips/lasat/Kconfig" 865source "arch/mips/lasat/Kconfig"
850source "arch/mips/pmc-sierra/Kconfig" 866source "arch/mips/pmc-sierra/Kconfig"
851source "arch/mips/powertv/Kconfig" 867source "arch/mips/powertv/Kconfig"
868source "arch/mips/ralink/Kconfig"
852source "arch/mips/sgi-ip27/Kconfig" 869source "arch/mips/sgi-ip27/Kconfig"
853source "arch/mips/sibyte/Kconfig" 870source "arch/mips/sibyte/Kconfig"
854source "arch/mips/txx9/Kconfig" 871source "arch/mips/txx9/Kconfig"