Merge tag 'iwlwifi-next-for-kalle-2014-12-30' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / arch / mips / ralink / Kconfig
1 if RALINK
2
3 config CLKEVT_RT3352
4         bool
5         depends on SOC_RT305X || SOC_MT7620
6         default y
7         select CLKSRC_OF
8         select CLKSRC_MMIO
9
10 choice
11         prompt "Ralink SoC selection"
12         default SOC_RT305X
13         help
14           Select Ralink MIPS SoC type.
15
16         config SOC_RT288X
17                 bool "RT288x"
18                 select MIPS_L1_CACHE_SHIFT_4
19                 select HW_HAS_PCI
20
21         config SOC_RT305X
22                 bool "RT305x"
23                 select USB_ARCH_HAS_HCD
24
25         config SOC_RT3883
26                 bool "RT3883"
27                 select HW_HAS_PCI
28
29         config SOC_MT7620
30                 bool "MT7620/8"
31
32 endchoice
33
34 choice
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
43         config DTB_RT2880_EVAL
44                 bool "RT2880 eval kit"
45                 depends on SOC_RT288X
46                 select BUILTIN_DTB
47
48         config DTB_RT305X_EVAL
49                 bool "RT305x eval kit"
50                 depends on SOC_RT305X
51                 select BUILTIN_DTB
52
53         config DTB_RT3883_EVAL
54                 bool "RT3883 eval kit"
55                 depends on SOC_RT3883
56                 select BUILTIN_DTB
57
58         config DTB_MT7620A_EVAL
59                 bool "MT7620A eval kit"
60                 depends on SOC_MT7620
61                 select BUILTIN_DTB
62
63 endchoice
64
65 endif