IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / arch / mips / ralink / Kconfig
blob026e823d871d34e8952ba22b064e59cd4b778fda
1 if RALINK
3 choice
4         prompt "Ralink SoC selection"
5         default SOC_RT305X
6         help
7           Select Ralink MIPS SoC type.
9         config SOC_RT288X
10                 bool "RT288x"
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
18         config SOC_RT3883
19                 bool "RT3883"
20                 select USB_ARCH_HAS_OHCI
21                 select USB_ARCH_HAS_EHCI
23         config SOC_MT7620
24                 bool "MT7620"
26 endchoice
28 choice
29         prompt "Devicetree selection"
30         default DTB_RT_NONE
31         help
32           Select the devicetree.
34         config DTB_RT_NONE
35                 bool "None"
37         config DTB_RT2880_EVAL
38                 bool "RT2880 eval kit"
39                 depends on SOC_RT288X
41         config DTB_RT305X_EVAL
42                 bool "RT305x eval kit"
43                 depends on SOC_RT305X
45         config DTB_RT3883_EVAL
46                 bool "RT3883 eval kit"
47                 depends on SOC_RT3883
49         config DTB_MT7620A_EVAL
50                 bool "MT7620A eval kit"
51                 depends on SOC_MT7620
53 endchoice
55 endif