blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / mips / ralink / Kconfig
blobe9bc8c96174e227a8d9cf730bcc4bfb0ff0fb1cf
1 if RALINK
3 config CLKEVT_RT3352
4         bool
5         depends on SOC_RT305X || SOC_MT7620
6         default y
7         select CLKSRC_OF
8         select CLKSRC_MMIO
10 config RALINK_ILL_ACC
11         bool
12         depends on SOC_RT305X
13         default y
15 choice
16         prompt "Ralink SoC selection"
17         default SOC_RT305X
18         help
19           Select Ralink MIPS SoC type.
21         config SOC_RT288X
22                 bool "RT288x"
23                 select MIPS_L1_CACHE_SHIFT_4
24                 select HW_HAS_PCI
26         config SOC_RT305X
27                 bool "RT305x"
28                 select USB_ARCH_HAS_HCD
30         config SOC_RT3883
31                 bool "RT3883"
32                 select HW_HAS_PCI
34         config SOC_MT7620
35                 bool "MT7620/8"
37 endchoice
39 choice
40         prompt "Devicetree selection"
41         default DTB_RT_NONE
42         help
43           Select the devicetree.
45         config DTB_RT_NONE
46                 bool "None"
48         config DTB_RT2880_EVAL
49                 bool "RT2880 eval kit"
50                 depends on SOC_RT288X
51                 select BUILTIN_DTB
53         config DTB_RT305X_EVAL
54                 bool "RT305x eval kit"
55                 depends on SOC_RT305X
56                 select BUILTIN_DTB
58         config DTB_RT3883_EVAL
59                 bool "RT3883 eval kit"
60                 depends on SOC_RT3883
61                 select BUILTIN_DTB
63         config DTB_MT7620A_EVAL
64                 bool "MT7620A eval kit"
65                 depends on SOC_MT7620
66                 select BUILTIN_DTB
68 endchoice
70 endif