blob: 6723b946bc10ffc6a949448df9f67057f7a2f242 [file] [log] [blame]
John Crispinae2b5bb2013-01-20 22:05:30 +01001if RALINK
2
3choice
4 prompt "Ralink SoC selection"
5 default SOC_RT305X
6 help
7 Select Ralink MIPS SoC type.
8
John Crispin80fb55a2013-01-27 09:17:20 +01009 config SOC_RT288X
10 bool "RT288x"
11
John Crispinae2b5bb2013-01-20 22:05:30 +010012 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
18endchoice
19
20choice
21 prompt "Devicetree selection"
22 default DTB_RT_NONE
23 help
24 Select the devicetree.
25
26 config DTB_RT_NONE
27 bool "None"
28
29 config DTB_RT305X_EVAL
30 bool "RT305x eval kit"
31 depends on SOC_RT305X
32
33endchoice
34
35endif