aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/Kconfig
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-13 15:17:59 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-13 15:17:59 +0000
commit6ae4d22d3a655b5e6e4ed1bbdbfa06cf0b02a466 (patch)
tree8b0dcffac18eab34d3c77f4f4f388faf65fdb093 /target/linux/ramips/files/arch/mips/ralink/Kconfig
parentd8b9f7be43a3373224f4f297300ffec4ae3df651 (diff)
downloadupstream-6ae4d22d3a655b5e6e4ed1bbdbfa06cf0b02a466.tar.gz
upstream-6ae4d22d3a655b5e6e4ed1bbdbfa06cf0b02a466.tar.bz2
upstream-6ae4d22d3a655b5e6e4ed1bbdbfa06cf0b02a466.zip
ramips: add preliminary support for the RT3662/RT3883 SoCs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30495 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/Kconfig')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/Kconfig b/target/linux/ramips/files/arch/mips/ralink/Kconfig
index 1bb6bc3ba4..a7e7f21f97 100644
--- a/target/linux/ramips/files/arch/mips/ralink/Kconfig
+++ b/target/linux/ramips/files/arch/mips/ralink/Kconfig
@@ -14,10 +14,15 @@ choice
bool "RT305x"
select SOC_RT305X
+ config RALINK_RT3883
+ bool "RT3883"
+ select SOC_RT3883
+
endchoice
source "arch/mips/ralink/rt288x/Kconfig"
source "arch/mips/ralink/rt305x/Kconfig"
+source "arch/mips/ralink/rt3883/Kconfig"
config SOC_RT288X
bool
@@ -49,6 +54,22 @@ config SOC_RT305X
select MIPS_MACHINE
select USB_ARCH_HAS_HCD
+config SOC_RT3883
+ bool
+ select CEVT_R4K
+ select CSRC_R4K
+ select DMA_NONCOHERENT
+ select IRQ_CPU
+ select ARCH_REQUIRE_GPIOLIB
+ select SYS_HAS_CPU_MIPS32_R1
+ select SYS_HAS_CPU_MIPS32_R2
+ select SYS_SUPPORTS_32BIT_KERNEL
+ select SYS_SUPPORTS_LITTLE_ENDIAN
+ select SYS_HAS_EARLY_PRINTK
+ select MIPS_MACHINE
+ select USB_ARCH_HAS_OHCI
+ select USB_ARCH_HAS_EHCI
+
config RALINK_DEV_GPIO_BUTTONS
def_bool n