blob: b1c52ca580f983bdc64d185fbd65615f108395a3 [file] [log] [blame]
John Crispinae2b5bb2013-01-20 22:05:30 +01001if RALINK
2
John Crispin1f2acc52013-08-08 13:08:06 +02003config CLKEVT_RT3352
4 bool
5 depends on SOC_RT305X || SOC_MT7620
6 default y
7 select CLKSRC_OF
8 select CLKSRC_MMIO
9
John Crispinae2b5bb2013-01-20 22:05:30 +010010choice
11 prompt "Ralink SoC selection"
12 default SOC_RT305X
13 help
14 Select Ralink MIPS SoC type.
15
John Crispin80fb55a2013-01-27 09:17:20 +010016 config SOC_RT288X
17 bool "RT288x"
Florian Fainelli930beb52014-01-14 09:54:38 -080018 select MIPS_L1_CACHE_SHIFT_4
John Crispin187c26d2014-10-09 03:54:47 +020019 select HW_HAS_PCI
John Crispin80fb55a2013-01-27 09:17:20 +010020
John Crispinae2b5bb2013-01-20 22:05:30 +010021 config SOC_RT305X
22 bool "RT305x"
23 select USB_ARCH_HAS_HCD
John Crispinae2b5bb2013-01-20 22:05:30 +010024
John Crispin293840b2013-01-27 09:39:02 +010025 config SOC_RT3883
26 bool "RT3883"
Gabor Juhos12d14e02013-08-23 14:03:20 +020027 select HW_HAS_PCI
John Crispin293840b2013-01-27 09:39:02 +010028
John Crispin594bde62013-03-21 17:49:02 +010029 config SOC_MT7620
John Crispin53263a12014-10-08 23:30:24 +020030 bool "MT7620/8"
John Crispin594bde62013-03-21 17:49:02 +010031
John Crispinae2b5bb2013-01-20 22:05:30 +010032endchoice
33
34choice
35 prompt "Devicetree selection"
36 default DTB_RT_NONE
37 help
38 Select the devicetree.
39
40 config DTB_RT_NONE
41 bool "None"
42
John Crispind99e19c2013-04-12 06:27:37 +000043 config DTB_RT2880_EVAL
44 bool "RT2880 eval kit"
45 depends on SOC_RT288X
Andrew Bresticker011eeec2014-08-21 13:04:26 -070046 select BUILTIN_DTB
John Crispind99e19c2013-04-12 06:27:37 +000047
John Crispinae2b5bb2013-01-20 22:05:30 +010048 config DTB_RT305X_EVAL
49 bool "RT305x eval kit"
50 depends on SOC_RT305X
Andrew Bresticker011eeec2014-08-21 13:04:26 -070051 select BUILTIN_DTB
John Crispinae2b5bb2013-01-20 22:05:30 +010052
John Crispin6fbfe90e2013-04-12 06:27:39 +000053 config DTB_RT3883_EVAL
54 bool "RT3883 eval kit"
55 depends on SOC_RT3883
Andrew Bresticker011eeec2014-08-21 13:04:26 -070056 select BUILTIN_DTB
John Crispin6fbfe90e2013-04-12 06:27:39 +000057
John Crispin9d500942013-04-12 06:27:41 +000058 config DTB_MT7620A_EVAL
59 bool "MT7620A eval kit"
60 depends on SOC_MT7620
Andrew Bresticker011eeec2014-08-21 13:04:26 -070061 select BUILTIN_DTB
John Crispin9d500942013-04-12 06:27:41 +000062
John Crispinae2b5bb2013-01-20 22:05:30 +010063endchoice
64
65endif