Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / mips / ralink / Kconfig
1 if RALINK
2
3 choice
4         prompt "Ralink SoC selection"
5         default SOC_RT305X
6         help
7           Select Ralink MIPS SoC type.
8
9         config SOC_RT288X
10                 bool "RT288x"
11
12         config SOC_RT305X
13                 bool "RT305x"
14                 select USB_ARCH_HAS_HCD
15                 select USB_ARCH_HAS_OHCI
16                 select USB_ARCH_HAS_EHCI
17
18         config SOC_RT3883
19                 bool "RT3883"
20                 select USB_ARCH_HAS_OHCI
21                 select USB_ARCH_HAS_EHCI
22
23         config SOC_MT7620
24                 bool "MT7620"
25
26 endchoice
27
28 choice
29         prompt "Devicetree selection"
30         default DTB_RT_NONE
31         help
32           Select the devicetree.
33
34         config DTB_RT_NONE
35                 bool "None"
36
37         config DTB_RT2880_EVAL
38                 bool "RT2880 eval kit"
39                 depends on SOC_RT288X
40
41         config DTB_RT305X_EVAL
42                 bool "RT305x eval kit"
43                 depends on SOC_RT305X
44
45         config DTB_RT3883_EVAL
46                 bool "RT3883 eval kit"
47                 depends on SOC_RT3883
48
49         config DTB_MT7620A_EVAL
50                 bool "MT7620A eval kit"
51                 depends on SOC_MT7620
52
53 endchoice
54
55 endif