]> 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/dtor/input
[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
bb0eb050 7 select TIMER_OF
1f2acc5a
JC
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
07724712 49 select SYS_SUPPORTS_HIGHMEM
1df7addb
JC
50 select MIPS_GIC
51 select COMMON_CLK
52 select CLKSRC_MIPS_GIC
53 select HW_HAS_PCI
ae2b5bb6
JC
54endchoice
55
56choice
57 prompt "Devicetree selection"
58 default DTB_RT_NONE
59 help
60 Select the devicetree.
61
62 config DTB_RT_NONE
63 bool "None"
64
d99e19c7
JC
65 config DTB_RT2880_EVAL
66 bool "RT2880 eval kit"
67 depends on SOC_RT288X
011eeece 68 select BUILTIN_DTB
d99e19c7 69
ae2b5bb6
JC
70 config DTB_RT305X_EVAL
71 bool "RT305x eval kit"
72 depends on SOC_RT305X
011eeece 73 select BUILTIN_DTB
ae2b5bb6 74
6fbfe90e
JC
75 config DTB_RT3883_EVAL
76 bool "RT3883 eval kit"
77 depends on SOC_RT3883
011eeece 78 select BUILTIN_DTB
6fbfe90e 79
9d50094d
JC
80 config DTB_MT7620A_EVAL
81 bool "MT7620A eval kit"
82 depends on SOC_MT7620
011eeece 83 select BUILTIN_DTB
9d50094d 84
323ac96d
HH
85 config DTB_OMEGA2P
86 bool "Onion Omega2+"
87 depends on SOC_MT7620
88 select BUILTIN_DTB
89
d48faef7
HH
90 config DTB_VOCORE2
91 bool "VoCore2"
92 depends on SOC_MT7620
93 select BUILTIN_DTB
94
ae2b5bb6
JC
95endchoice
96
97endif