]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/mips/ralink/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[mirror_ubuntu-bionic-kernel.git] / arch / mips / ralink / Kconfig
CommitLineData
ae2b5bb6
JC
1if RALINK
2
1f2acc5a
JC
3config CLKEVT_RT3352
4 bool
5 depends on SOC_RT305X || SOC_MT7620
6 default y
7 select CLKSRC_OF
8 select CLKSRC_MMIO
9
ae2b5bb6
JC
10choice
11 prompt "Ralink SoC selection"
12 default SOC_RT305X
13 help
14 Select Ralink MIPS SoC type.
15
80fb55a9
JC
16 config SOC_RT288X
17 bool "RT288x"
930beb5a 18 select MIPS_L1_CACHE_SHIFT_4
187c26dd 19 select HW_HAS_PCI
80fb55a9 20
ae2b5bb6
JC
21 config SOC_RT305X
22 bool "RT305x"
23 select USB_ARCH_HAS_HCD
ae2b5bb6 24
293840b9
JC
25 config SOC_RT3883
26 bool "RT3883"
12d14e0e 27 select HW_HAS_PCI
293840b9 28
594bde68 29 config SOC_MT7620
53263a1c 30 bool "MT7620/8"
594bde68 31
ae2b5bb6
JC
32endchoice
33
34choice
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
d99e19c7
JC
43 config DTB_RT2880_EVAL
44 bool "RT2880 eval kit"
45 depends on SOC_RT288X
011eeece 46 select BUILTIN_DTB
d99e19c7 47
ae2b5bb6
JC
48 config DTB_RT305X_EVAL
49 bool "RT305x eval kit"
50 depends on SOC_RT305X
011eeece 51 select BUILTIN_DTB
ae2b5bb6 52
6fbfe90e
JC
53 config DTB_RT3883_EVAL
54 bool "RT3883 eval kit"
55 depends on SOC_RT3883
011eeece 56 select BUILTIN_DTB
6fbfe90e 57
9d50094d
JC
58 config DTB_MT7620A_EVAL
59 bool "MT7620A eval kit"
60 depends on SOC_MT7620
011eeece 61 select BUILTIN_DTB
9d50094d 62
ae2b5bb6
JC
63endchoice
64
65endif