blob: 77e8a9620e183023bd67467ee8b8a1e468428220 [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 Crispin80fb55a2013-01-27 09:17:20 +010019
John Crispinae2b5bb2013-01-20 22:05:30 +010020 config SOC_RT305X
21 bool "RT305x"
22 select USB_ARCH_HAS_HCD
John Crispinae2b5bb2013-01-20 22:05:30 +010023
John Crispin293840b2013-01-27 09:39:02 +010024 config SOC_RT3883
25 bool "RT3883"
Gabor Juhos12d14e02013-08-23 14:03:20 +020026 select HW_HAS_PCI
John Crispin293840b2013-01-27 09:39:02 +010027
John Crispin594bde62013-03-21 17:49:02 +010028 config SOC_MT7620
29 bool "MT7620"
30
John Crispinae2b5bb2013-01-20 22:05:30 +010031endchoice
32
33choice
34 prompt "Devicetree selection"
35 default DTB_RT_NONE
36 help
37 Select the devicetree.
38
39 config DTB_RT_NONE
40 bool "None"
41
John Crispind99e19c2013-04-12 06:27:37 +000042 config DTB_RT2880_EVAL
43 bool "RT2880 eval kit"
44 depends on SOC_RT288X
Andrew Bresticker011eeec2014-08-21 13:04:26 -070045 select BUILTIN_DTB
John Crispind99e19c2013-04-12 06:27:37 +000046
John Crispinae2b5bb2013-01-20 22:05:30 +010047 config DTB_RT305X_EVAL
48 bool "RT305x eval kit"
49 depends on SOC_RT305X
Andrew Bresticker011eeec2014-08-21 13:04:26 -070050 select BUILTIN_DTB
John Crispinae2b5bb2013-01-20 22:05:30 +010051
John Crispin6fbfe90e2013-04-12 06:27:39 +000052 config DTB_RT3883_EVAL
53 bool "RT3883 eval kit"
54 depends on SOC_RT3883
Andrew Bresticker011eeec2014-08-21 13:04:26 -070055 select BUILTIN_DTB
John Crispin6fbfe90e2013-04-12 06:27:39 +000056
John Crispin9d500942013-04-12 06:27:41 +000057 config DTB_MT7620A_EVAL
58 bool "MT7620A eval kit"
59 depends on SOC_MT7620
Andrew Bresticker011eeec2014-08-21 13:04:26 -070060 select BUILTIN_DTB
John Crispin9d500942013-04-12 06:27:41 +000061
John Crispinae2b5bb2013-01-20 22:05:30 +010062endchoice
63
64endif