2013-01-20 22:05:30 +01:00
if RALINK
2013-08-08 13:08:06 +02:00
config CLKEVT_RT3352
bool
depends on SOC_RT305X || SOC_MT7620
default y
select CLKSRC_OF
select CLKSRC_MMIO
2015-02-23 06:17:33 +01:00
config RALINK_ILL_ACC
bool
depends on SOC_RT305X
default y
2016-01-04 20:23:54 +01:00
config IRQ_INTC
bool
default y
2016-01-04 20:23:55 +01:00
depends on !SOC_MT7621
2016-01-04 20:23:54 +01:00
2013-01-20 22:05:30 +01:00
choice
prompt "Ralink SoC selection"
default SOC_RT305X
help
Select Ralink MIPS SoC type.
2013-01-27 09:17:20 +01:00
config SOC_RT288X
bool "RT288x"
2014-01-14 09:54:38 -08:00
select MIPS_L1_CACHE_SHIFT_4
2014-10-09 03:54:47 +02:00
select HW_HAS_PCI
2013-01-27 09:17:20 +01:00
2013-01-20 22:05:30 +01:00
config SOC_RT305X
bool "RT305x"
select USB_ARCH_HAS_HCD
2013-01-27 09:39:02 +01:00
config SOC_RT3883
bool "RT3883"
2013-08-23 14:03:20 +02:00
select HW_HAS_PCI
2013-01-27 09:39:02 +01:00
2013-03-21 17:49:02 +01:00
config SOC_MT7620
2014-10-08 23:30:24 +02:00
bool "MT7620/8"
2013-03-21 17:49:02 +01:00
2016-01-04 20:23:55 +01:00
config SOC_MT7621
bool "MT7621"
select MIPS_CPU_SCACHE
select SYS_SUPPORTS_MULTITHREADING
select SYS_SUPPORTS_SMP
select SYS_SUPPORTS_MIPS_CPS
select MIPS_GIC
select COMMON_CLK
select CLKSRC_MIPS_GIC
select HW_HAS_PCI
2013-01-20 22:05:30 +01:00
endchoice
choice
prompt "Devicetree selection"
default DTB_RT_NONE
help
Select the devicetree.
config DTB_RT_NONE
bool "None"
2013-04-12 06:27:37 +00:00
config DTB_RT2880_EVAL
bool "RT2880 eval kit"
depends on SOC_RT288X
2014-08-21 13:04:26 -07:00
select BUILTIN_DTB
2013-04-12 06:27:37 +00:00
2013-01-20 22:05:30 +01:00
config DTB_RT305X_EVAL
bool "RT305x eval kit"
depends on SOC_RT305X
2014-08-21 13:04:26 -07:00
select BUILTIN_DTB
2013-01-20 22:05:30 +01:00
2013-04-12 06:27:39 +00:00
config DTB_RT3883_EVAL
bool "RT3883 eval kit"
depends on SOC_RT3883
2014-08-21 13:04:26 -07:00
select BUILTIN_DTB
2013-04-12 06:27:39 +00:00
2013-04-12 06:27:41 +00:00
config DTB_MT7620A_EVAL
bool "MT7620A eval kit"
depends on SOC_MT7620
2014-08-21 13:04:26 -07:00
select BUILTIN_DTB
2013-04-12 06:27:41 +00:00
2013-01-20 22:05:30 +01:00
endchoice
endif