Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / mips / lantiq / Kconfig
blob692ae85a3e3d4452e145346aabc9012fce3ec963
1 # SPDX-License-Identifier: GPL-2.0
2 if LANTIQ
4 config SOC_TYPE_XWAY
5         bool
6         select PINCTRL_XWAY
7         default n
9 choice
10         prompt "SoC Type"
11         default SOC_XWAY
13 config SOC_AMAZON_SE
14         bool "Amazon SE"
15         select SOC_TYPE_XWAY
17 config SOC_XWAY
18         bool "XWAY"
19         select SOC_TYPE_XWAY
20         select HW_HAS_PCI
21         select MFD_SYSCON
22         select MFD_CORE
24 config SOC_FALCON
25         bool "FALCON"
26         select PINCTRL_FALCON
28 endchoice
30 choice
31         prompt "Built-in device tree"
32         help
33           Legacy bootloaders do not pass a DTB pointer to the kernel, so
34           if a "wrapper" is not being used, the kernel will need to include
35           a device tree that matches the target board.
37           The builtin DTB will only be used if the firmware does not supply
38           a valid DTB.
40 config LANTIQ_DT_NONE
41         bool "None"
43 config DT_EASY50712
44         bool "Easy50712"
45         depends on SOC_XWAY
46         select BUILTIN_DTB
47 endchoice
49 config PCI_LANTIQ
50         bool "PCI Support"
51         depends on SOC_XWAY && PCI
53 config XRX200_PHY_FW
54         bool "XRX200 PHY firmware loader"
55         depends on SOC_XWAY
57 endif