]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/mips/ralink/Kconfig
MIPS: ralink: adds support for RT2880 SoC family
[mirror_ubuntu-bionic-kernel.git] / arch / mips / ralink / Kconfig
CommitLineData
ae2b5bb6
JC
1if RALINK
2
3choice
4 prompt "Ralink SoC selection"
5 default SOC_RT305X
6 help
7 Select Ralink MIPS SoC type.
8
80fb55a9
JC
9 config SOC_RT288X
10 bool "RT288x"
11
ae2b5bb6
JC
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
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