diff options
author | John Crispin <blogic@openwrt.org> | 2013-01-20 16:05:30 -0500 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-02-16 19:25:32 -0500 |
commit | ae2b5bb6570481b50a7175c64176b82da0a81836 (patch) | |
tree | 52d1c1997b7abe6f09ffbd14c0546a2ebe2b248e /arch/mips/Kconfig | |
parent | 5644da4f635a30fc03b4f12d81b2197d716d9cef (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/Kconfig | 17 |
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 | ||
440 | config 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 | |||
440 | config SGI_IP22 | 456 | config 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" | |||
849 | source "arch/mips/lasat/Kconfig" | 865 | source "arch/mips/lasat/Kconfig" |
850 | source "arch/mips/pmc-sierra/Kconfig" | 866 | source "arch/mips/pmc-sierra/Kconfig" |
851 | source "arch/mips/powertv/Kconfig" | 867 | source "arch/mips/powertv/Kconfig" |
868 | source "arch/mips/ralink/Kconfig" | ||
852 | source "arch/mips/sgi-ip27/Kconfig" | 869 | source "arch/mips/sgi-ip27/Kconfig" |
853 | source "arch/mips/sibyte/Kconfig" | 870 | source "arch/mips/sibyte/Kconfig" |
854 | source "arch/mips/txx9/Kconfig" | 871 | source "arch/mips/txx9/Kconfig" |