]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/mips/ralink/Kconfig
Merge tag 'edac/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[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
a7b7aad3
JC
10config RALINK_ILL_ACC
11 bool
12 depends on SOC_RT305X
13 default y
14
2761f83c
JC
15config IRQ_INTC
16 bool
17 default y
1df7addb 18 depends on !SOC_MT7621
2761f83c 19
ae2b5bb6
JC
20choice
21 prompt "Ralink SoC selection"
22 default SOC_RT305X
23 help
24 Select Ralink MIPS SoC type.
25
80fb55a9
JC
26 config SOC_RT288X
27 bool "RT288x"
930beb5a 28 select MIPS_L1_CACHE_SHIFT_4
187c26dd 29 select HW_HAS_PCI
80fb55a9 30
ae2b5bb6
JC
31 config SOC_RT305X
32 bool "RT305x"
33 select USB_ARCH_HAS_HCD
ae2b5bb6 34
293840b9
JC
35 config SOC_RT3883
36 bool "RT3883"
12d14e0e 37 select HW_HAS_PCI
293840b9 38
594bde68 39 config SOC_MT7620
53263a1c 40 bool "MT7620/8"
7e5873d3 41 select HW_HAS_PCI
594bde68 42
1df7addb
JC
43 config SOC_MT7621
44 bool "MT7621"
45 select MIPS_CPU_SCACHE
46 select SYS_SUPPORTS_MULTITHREADING
47 select SYS_SUPPORTS_SMP
48 select SYS_SUPPORTS_MIPS_CPS
49 select MIPS_GIC
50 select COMMON_CLK
51 select CLKSRC_MIPS_GIC
52 select HW_HAS_PCI
ae2b5bb6
JC
53endchoice
54
55choice
56 prompt "Devicetree selection"
57 default DTB_RT_NONE
58 help
59 Select the devicetree.
60
61 config DTB_RT_NONE
62 bool "None"
63
d99e19c7
JC
64 config DTB_RT2880_EVAL
65 bool "RT2880 eval kit"
66 depends on SOC_RT288X
011eeece 67 select BUILTIN_DTB
d99e19c7 68
ae2b5bb6
JC
69 config DTB_RT305X_EVAL
70 bool "RT305x eval kit"
71 depends on SOC_RT305X
011eeece 72 select BUILTIN_DTB
ae2b5bb6 73
6fbfe90e
JC
74 config DTB_RT3883_EVAL
75 bool "RT3883 eval kit"
76 depends on SOC_RT3883
011eeece 77 select BUILTIN_DTB
6fbfe90e 78
9d50094d
JC
79 config DTB_MT7620A_EVAL
80 bool "MT7620A eval kit"
81 depends on SOC_MT7620
011eeece 82 select BUILTIN_DTB
9d50094d 83
ae2b5bb6
JC
84endchoice
85
86endif