powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / arch / mips / lantiq / Kconfig
blob177769dbb0e85df724bd5da31951a46bfe544842
1 if LANTIQ
3 config SOC_TYPE_XWAY
4         bool
5         select PINCTRL_XWAY
6         default n
8 choice
9         prompt "SoC Type"
10         default SOC_XWAY
12 config SOC_AMAZON_SE
13         bool "Amazon SE"
14         select SOC_TYPE_XWAY
16 config SOC_XWAY
17         bool "XWAY"
18         select SOC_TYPE_XWAY
19         select HW_HAS_PCI
21 config SOC_FALCON
22         bool "FALCON"
23         select PINCTRL_FALCON
25 endchoice
27 choice
28         prompt "Built-in device tree"
29         help
30           Legacy bootloaders do not pass a DTB pointer to the kernel, so
31           if a "wrapper" is not being used, the kernel will need to include
32           a device tree that matches the target board.
34           The builtin DTB will only be used if the firmware does not supply
35           a valid DTB.
37 config LANTIQ_DT_NONE
38         bool "None"
40 config DT_EASY50712
41         bool "Easy50712"
42         depends on SOC_XWAY
43         select BUILTIN_DTB
44 endchoice
46 config PCI_LANTIQ
47         bool "PCI Support"
48         depends on SOC_XWAY && PCI
50 config XRX200_PHY_FW
51         bool "XRX200 PHY firmware loader"
52         depends on SOC_XWAY
54 endif