x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / mips / ralink / Kconfig
blob424f03496d14ad6de256329d967083990faf98ca
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 choice
11         prompt "Ralink SoC selection"
12         default SOC_RT305X
13         help
14           Select Ralink MIPS SoC type.
16         config SOC_RT288X
17                 bool "RT288x"
19         config SOC_RT305X
20                 bool "RT305x"
21                 select USB_ARCH_HAS_HCD
22                 select USB_ARCH_HAS_OHCI
23                 select USB_ARCH_HAS_EHCI
25         config SOC_RT3883
26                 bool "RT3883"
27                 select USB_ARCH_HAS_OHCI
28                 select USB_ARCH_HAS_EHCI
29                 select HW_HAS_PCI
31         config SOC_MT7620
32                 bool "MT7620"
33                 select USB_ARCH_HAS_OHCI
34                 select USB_ARCH_HAS_EHCI
36 endchoice
38 choice
39         prompt "Devicetree selection"
40         default DTB_RT_NONE
41         help
42           Select the devicetree.
44         config DTB_RT_NONE
45                 bool "None"
47         config DTB_RT2880_EVAL
48                 bool "RT2880 eval kit"
49                 depends on SOC_RT288X
51         config DTB_RT305X_EVAL
52                 bool "RT305x eval kit"
53                 depends on SOC_RT305X
55         config DTB_RT3883_EVAL
56                 bool "RT3883 eval kit"
57                 depends on SOC_RT3883
59         config DTB_MT7620A_EVAL
60                 bool "MT7620A eval kit"
61                 depends on SOC_MT7620
63 endchoice
65 endif