Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) Kconfig (e791dfb5fb91c05ce027d147042c5061d0f5cf89)
1if LANTIQ
2
3config SOC_TYPE_XWAY
4 bool
5 select PINCTRL_XWAY
6 default n
7
8choice

--- 11 unchanged lines hidden (view full) ---

20
21config SOC_FALCON
22 bool "FALCON"
23 select PINCTRL_FALCON
24
25endchoice
26
27choice
1if LANTIQ
2
3config SOC_TYPE_XWAY
4 bool
5 select PINCTRL_XWAY
6 default n
7
8choice

--- 11 unchanged lines hidden (view full) ---

20
21config SOC_FALCON
22 bool "FALCON"
23 select PINCTRL_FALCON
24
25endchoice
26
27choice
28 prompt "Devicetree"
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.
29
33
34 The builtin DTB will only be used if the firmware does not supply
35 a valid DTB.
36
37config LANTIQ_DT_NONE
38 bool "None"
39
30config DT_EASY50712
31 bool "Easy50712"
32 depends on SOC_XWAY
33 select BUILTIN_DTB
34endchoice
35
36config PCI_LANTIQ
37 bool "PCI Support"
38 depends on SOC_XWAY && PCI
39
40config XRX200_PHY_FW
41 bool "XRX200 PHY firmware loader"
42 depends on SOC_XWAY
43
44endif
40config DT_EASY50712
41 bool "Easy50712"
42 depends on SOC_XWAY
43 select BUILTIN_DTB
44endchoice
45
46config PCI_LANTIQ
47 bool "PCI Support"
48 depends on SOC_XWAY && PCI
49
50config XRX200_PHY_FW
51 bool "XRX200 PHY firmware loader"
52 depends on SOC_XWAY
53
54endif