nouveau: don't call pci_dma_supported
[deliverable/linux.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
ae2b5bb6
JC
15choice
16 prompt "Ralink SoC selection"
17 default SOC_RT305X
18 help
19 Select Ralink MIPS SoC type.
20
80fb55a9
JC
21 config SOC_RT288X
22 bool "RT288x"
930beb5a 23 select MIPS_L1_CACHE_SHIFT_4
187c26dd 24 select HW_HAS_PCI
80fb55a9 25
ae2b5bb6
JC
26 config SOC_RT305X
27 bool "RT305x"
28 select USB_ARCH_HAS_HCD
ae2b5bb6 29
293840b9
JC
30 config SOC_RT3883
31 bool "RT3883"
12d14e0e 32 select HW_HAS_PCI
293840b9 33
594bde68 34 config SOC_MT7620
53263a1c 35 bool "MT7620/8"
594bde68 36
ae2b5bb6
JC
37endchoice
38
39choice
40 prompt "Devicetree selection"
41 default DTB_RT_NONE
42 help
43 Select the devicetree.
44
45 config DTB_RT_NONE
46 bool "None"
47
d99e19c7
JC
48 config DTB_RT2880_EVAL
49 bool "RT2880 eval kit"
50 depends on SOC_RT288X
011eeece 51 select BUILTIN_DTB
d99e19c7 52
ae2b5bb6
JC
53 config DTB_RT305X_EVAL
54 bool "RT305x eval kit"
55 depends on SOC_RT305X
011eeece 56 select BUILTIN_DTB
ae2b5bb6 57
6fbfe90e
JC
58 config DTB_RT3883_EVAL
59 bool "RT3883 eval kit"
60 depends on SOC_RT3883
011eeece 61 select BUILTIN_DTB
6fbfe90e 62
9d50094d
JC
63 config DTB_MT7620A_EVAL
64 bool "MT7620A eval kit"
65 depends on SOC_MT7620
011eeece 66 select BUILTIN_DTB
9d50094d 67
ae2b5bb6
JC
68endchoice
69
70endif
This page took 0.133746 seconds and 5 git commands to generate.