Linux 3.15-rc1
[linux/fpc-iii.git] / arch / mips / ralink / Kconfig
blob4a296655f4469391b17449fe3642c1d142308cc0
1 if RALINK
3 config CLKEVT_RT3352
4         bool
5         depends on SOC_RT305X || SOC_MT7620
6         default y
7         select CLKSRC_OF
8         select CLKSRC_MMIO
10 choice
11         prompt "Ralink SoC selection"
12         default SOC_RT305X
13         help
14           Select Ralink MIPS SoC type.
16         config SOC_RT288X
17                 bool "RT288x"
18                 select MIPS_L1_CACHE_SHIFT_4
20         config SOC_RT305X
21                 bool "RT305x"
22                 select USB_ARCH_HAS_HCD
24         config SOC_RT3883
25                 bool "RT3883"
26                 select HW_HAS_PCI
28         config SOC_MT7620
29                 bool "MT7620"
31 endchoice
33 choice
34         prompt "Devicetree selection"
35         default DTB_RT_NONE
36         help
37           Select the devicetree.
39         config DTB_RT_NONE
40                 bool "None"
42         config DTB_RT2880_EVAL
43                 bool "RT2880 eval kit"
44                 depends on SOC_RT288X
46         config DTB_RT305X_EVAL
47                 bool "RT305x eval kit"
48                 depends on SOC_RT305X
50         config DTB_RT3883_EVAL
51                 bool "RT3883 eval kit"
52                 depends on SOC_RT3883
54         config DTB_MT7620A_EVAL
55                 bool "MT7620A eval kit"
56                 depends on SOC_MT7620
58 endchoice
60 endif